Skip to content

Commit

Permalink
Merge pull request #4428 from Foxboron/morten/fix-docker-docs
Browse files Browse the repository at this point in the history
[Makefile] Fix docker documentation install and generation
  • Loading branch information
openshift-merge-robot committed Nov 3, 2019
2 parents 2bf4df4 + 079164c commit ca4c24c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -376,7 +376,7 @@ podman-remote-%-release:
$(MAKE) podman-remote-v$(RELEASE_NUMBER)-$*.zip

docker-docs: docs
(cd docs; ./dckrman.sh *.1)
(cd docs; ./dckrman.sh ./build/man/*.1)

changelog: ## Generate changelog
@echo "Creating changelog from $(CHANGELOG_BASE) to $(CHANGELOG_TARGET)"
Expand Down Expand Up @@ -425,7 +425,7 @@ install.cni:
install.docker: docker-docs
install ${SELINUXOPT} -d -m 755 $(DESTDIR)$(BINDIR) $(DESTDIR)$(MANDIR)/man1
install ${SELINUXOPT} -m 755 docker $(DESTDIR)$(BINDIR)/docker
install ${SELINUXOPT} -m 644 docs/docker*.1 -t $(DESTDIR)$(MANDIR)/man1
install ${SELINUXOPT} -m 644 docs/build/man/docker*.1 -t $(DESTDIR)$(MANDIR)/man1

install.systemd:
install ${SELINUXOPT} -m 755 -d ${DESTDIR}${SYSTEMDDIR} ${DESTDIR}${USERSYSTEMDDIR} ${DESTDIR}${TMPFILESDIR}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ca4c24c

Please sign in to comment.