From d2536800c523e8e1df140084d6b938b7bbf77dc3 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Sat, 24 Aug 2024 08:00:00 +0000 Subject: 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") --- doc/.gitignore | 1 - doc/Makefile.am | 4 ++-- doc/custom-html.xsl.in | 18 ------------------ 3 files changed, 2 insertions(+), 21 deletions(-) delete mode 100644 doc/custom-html.xsl.in (limited to 'doc') diff --git a/doc/.gitignore b/doc/.gitignore index ab4604bf..589288a9 100644 --- a/doc/.gitignore +++ b/doc/.gitignore @@ -3,4 +3,3 @@ MODULES-SGML /*/*.txt /*/html/ custom-man.xsl -custom-html.xsl diff --git a/doc/Makefile.am b/doc/Makefile.am index 88287cf5..80fc24c3 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -5,11 +5,11 @@ SUBDIRS = man specs sag adg mwg CLEANFILES = *~ -DISTCLEANFILES = custom-html.xsl custom-man.xsl +DISTCLEANFILES = custom-man.xsl dist_html_DATA = index.html -EXTRA_DIST = custom-html.xsl.in custom-man.xsl.in +EXTRA_DIST = custom-man.xsl.in ####################################################### diff --git a/doc/custom-html.xsl.in b/doc/custom-html.xsl.in deleted file mode 100644 index b2eaf150..00000000 --- a/doc/custom-html.xsl.in +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - -- cgit v1.2.3