Skip to content

Commit

Permalink
Merge pull request #17351 from rhatdan/man
Browse files Browse the repository at this point in the history
 Install podman-systemd.unit man page, make quadlet discoverable
  • Loading branch information
openshift-merge-robot authored Feb 6, 2023
2 parents 3464df2 + e6904f6 commit 56d1364
Show file tree
Hide file tree
Showing 4 changed files with 246 additions and 227 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -839,8 +839,11 @@ install.modules-load: # This should only be used by distros which might use ipta
.PHONY: install.man
install.man:
install ${SELINUXOPT} -d -m 755 $(DESTDIR)$(MANDIR)/man1
install ${SELINUXOPT} -d -m 755 $(DESTDIR)$(MANDIR)/man5
install ${SELINUXOPT} -m 644 $(filter %.1,$(MANPAGES_DEST)) $(DESTDIR)$(MANDIR)/man1
install ${SELINUXOPT} -m 644 docs/source/markdown/links/*1 $(DESTDIR)$(MANDIR)/man1
install ${SELINUXOPT} -m 644 $(filter %.5,$(MANPAGES_DEST)) $(DESTDIR)$(MANDIR)/man5
install ${SELINUXOPT} -m 644 docs/source/markdown/links/*5 $(DESTDIR)$(MANDIR)/man5

.PHONY: install.completions
install.completions:
Expand Down
1 change: 1 addition & 0 deletions docs/source/markdown/links/quadlet.5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.so man5/podman-systemd.unit.5
Loading

0 comments on commit 56d1364

Please sign in to comment.