Skip to content

Commit

Permalink
Merge pull request #17404 from openshift-cherrypick-robot/cherry-pick…
Browse files Browse the repository at this point in the history
…-17351-to-v4.4

[v4.4]  Install podman-systemd.unit man page, make quadlet discoverable
  • Loading branch information
rhatdan authored Feb 8, 2023
2 parents f5670f0 + 1ee04fc commit 7b5f724
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 7b5f724

Please sign in to comment.