aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2024-01-16 15:23:02 +0100
committerDmitry V. Levin <ldv@strace.io>2024-01-16 14:23:02 +0000
commit1c879809cf22ed1caf8f477c5877e52c84cba316 (patch)
tree0834cf3ef61c5ab3f2f6233861226feca265827a /doc
parent1f68bdf38022a1c739315861095462fbb76e5f7f (diff)
downloadpam-1c879809cf22ed1caf8f477c5877e52c84cba316.tar.gz
pam-1c879809cf22ed1caf8f477c5877e52c84cba316.tar.bz2
pam-1c879809cf22ed1caf8f477c5877e52c84cba316.zip
doc: do not clean bootstrapped files
The two files custom-html.xsl and custom-man.xsl are created at configure time. Only delete them on `make distclean` instead of `make clean` to be able to re-generate manual pages afterwards. Fixes: b285afe0ea45 ("doc: remove generated files during cleanup")
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index cfa7b5e8..88287cf5 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -4,7 +4,8 @@
SUBDIRS = man specs sag adg mwg
-CLEANFILES = *~ custom-html.xsl custom-man.xsl
+CLEANFILES = *~
+DISTCLEANFILES = custom-html.xsl custom-man.xsl
dist_html_DATA = index.html