aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2024-08-24 08:00:00 +0000
committerDmitry V. Levin <ldv@strace.io>2024-08-24 08:00:00 +0000
commitd2536800c523e8e1df140084d6b938b7bbf77dc3 (patch)
tree9eef557c169592dfe50e4562de051b818010911c /configure.ac
parent4756c2aa7b5c08a63f58b3b5d00769df7b69af37 (diff)
downloadpam-d2536800c523e8e1df140084d6b938b7bbf77dc3.tar.gz
pam-d2536800c523e8e1df140084d6b938b7bbf77dc3.tar.bz2
pam-d2536800c523e8e1df140084d6b938b7bbf77dc3.zip
doc: remove unused custom-html.xsl
* doc/custom-html.xsl.in: Remove. * configure.ac: Do not generate doc/custom-html.xsl file. * doc/.gitignore: Remove custom-html.xsl. * doc/Makefile.am (DISTCLEANFILES): Remove custom-html.xsl. (EXTRA_DIST): Remove custom-html.xsl.in. Complements: cf2fc5ff7b4a ("doc: Update PAM documentation from DockBook 4 to DocBook 5")
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 3c6aea60..b05a61dc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -269,8 +269,6 @@ AC_ARG_ENABLE(txt_stylesheet,
${MKDIR_P} doc
AC_SUBST(TXT_STYLESHEET)
-# It has to be TXT_STYLESHEET otherwise a html tree will be generated while generating all README files.
-sed "s+HTML_STYLESHEET+$TXT_STYLESHEET+g" <$srcdir/doc/custom-html.xsl.in >doc/custom-html.xsl
AC_ARG_ENABLE(pdf_stylesheet,
AS_HELP_STRING([--enable-pdf-stylesheet=FILE],[pdf stylesheet path @<:@default=http://docbook.sourceforge.net/release/xsl-ns/current/fo/docbook.xsl@:>@]),