summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@suse.com>2023-04-04 15:32:48 +0200
committerThorsten Kukuk <5908016+thkukuk@users.noreply.github.com>2023-04-04 19:32:08 +0200
commit9c0965b188b972867a62a3b947aa446a3ee3badd (patch)
tree51350dc7a4fbd36628c2c556f6d974a0165abc75
parentb6011a23d51acff6eb492cb33aa5c2582da6fab4 (diff)
downloadlinux-pam-git-9c0965b188b972867a62a3b947aa446a3ee3badd.tar.gz
doc: Include custom-html.xsl.in and custom-man.xsl.in
doc/Makefile.am: Replace custom-html.xsl and custom-man.xsl with custom-html.xsl.in and custom-man.xsl.in EXTRA_DIST
-rw-r--r--doc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 38319f5b..3b772427 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -8,7 +8,7 @@ CLEANFILES = *~
dist_html_DATA = index.html
-EXTRA_DIST = custom-html.xsl custom-man.xsl
+EXTRA_DIST = custom-html.xsl.in custom-man.xsl.in
#######################################################