From 3790bd4aa373187a36e4667873a178ae50f7ecba Mon Sep 17 00:00:00 2001 From: Stefan Schubert Date: Fri, 21 Oct 2022 16:07:25 +0200 Subject: doc: make stylesheets configurable Before this change, all stylesheets were hardcoded. With this change, stylesheets can be defined at configure stage. * configure.ac: Add new options to configure stylesheets: --enable-html-stylesheet=FILE --enable-txt-stylesheet=FILE --enable-pdf-stylesheet=FILE --enable-man-stylesheet=FILE * doc/custom-html.xsl: Rename to doc/custom-html.xsl.in, parametrize html stylesheet. * doc/custom-man.xsl: Rename to doc/custom-man.xsl.in, parametrize man stylesheet. * doc/.gitignore: Add custom-man.xsl and custom-html.xsl. * doc/adg/Makefile.am: Use stylesheet variables. * doc/mwg/Makefile.am: Likewise. * doc/sag/Makefile.am: Likewise. Resolves: https://github.com/linux-pam/linux-pam/pull/499 --- doc/custom-html.xsl | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 doc/custom-html.xsl (limited to 'doc/custom-html.xsl') diff --git a/doc/custom-html.xsl b/doc/custom-html.xsl deleted file mode 100644 index fdd5df7d..00000000 --- a/doc/custom-html.xsl +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - -- cgit v1.2.3