diff options
author | Thorsten Kukuk <kukuk@suse.com> | 2023-04-04 15:32:48 +0200 |
---|---|---|
committer | Thorsten Kukuk <5908016+thkukuk@users.noreply.github.com> | 2023-04-04 19:32:08 +0200 |
commit | 9c0965b188b972867a62a3b947aa446a3ee3badd (patch) | |
tree | 51350dc7a4fbd36628c2c556f6d974a0165abc75 /doc | |
parent | b6011a23d51acff6eb492cb33aa5c2582da6fab4 (diff) | |
download | pam-9c0965b188b972867a62a3b947aa446a3ee3badd.tar.gz pam-9c0965b188b972867a62a3b947aa446a3ee3badd.tar.bz2 pam-9c0965b188b972867a62a3b947aa446a3ee3badd.zip |
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
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 |
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 ####################################################### |