]> git.proxmox.com Git - mirror_lxc.git/blobdiff - doc/Makefile.am
Merge pull request #3904 from hallyn/2021-07-14/mantypo
[mirror_lxc.git] / doc / Makefile.am
index 2bf92a0a8cc15b06b2902bc0d18b03ef277ae4ad..d613a75cb878fd5593334f2a45aa340e56f08383 100644 (file)
@@ -9,10 +9,10 @@ if ENABLE_API_DOCS
 SUBDIRS += api
 endif
 
-EXTRA_DIST = \
-       lxc.container.conf \
-       lxc.system.conf \
-       FAQ.txt
+EXTRA_DIST = api-extensions.md \
+            lxc.container.conf \
+            lxc.system.conf \
+            FAQ.txt
 
 if ENABLE_DOCBOOK
 man_MANS = lxc.conf.5 \
@@ -46,6 +46,10 @@ man_MANS += lxc-attach.1 \
            lxc-wait.1
 endif
 
+if ENABLE_PAM
+man_MANS += pam_cgfs.8
+endif
+
 if ENABLE_COMMANDS
 man_MANS += lxc-update-config.1 \
            lxc-user-nic.1 \
@@ -64,8 +68,12 @@ endif
        $(db2xman) $<
        test "$(shell basename $@)" != "$@" && mv $(shell basename $@) $@ || true
 
+%.8 : %.sgml
+       $(db2xman) $<
+       test "$(shell basename $@)" != "$@" && mv $(shell basename $@) $@ || true
+
 lxc-%.sgml : common_options.sgml see_also.sgml
 
 clean-local:
-       $(RM) manpage.* *.7 *.5 *.1 $(man_MANS)
+       $(RM) manpage.* *.7 *.5 *.1 *.8 $(man_MANS)
 endif