From 8bba502b9332409534f58893ad81b4e45157a426 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Fri, 10 Jun 2005 05:51:37 +0000 Subject: [PATCH] Reverted some recent build changes. Reverted build of xref.xsl. Will no longer need it after Unicode char handling change is made. Reverted build of single-pass profiling stylesheet (for now). It doesn't appear to work with manpages, and figuring if and how I can get it work is a very low priority, especially given that single-pass profiling doesn't work with documents that contain xref instances. If you want to profile content before converting to man-page output, please just do a separate profiling pass first. --- xsl/manpages/Makefile | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/xsl/manpages/Makefile b/xsl/manpages/Makefile index 975f86dde..c1817512e 100644 --- a/xsl/manpages/Makefile +++ b/xsl/manpages/Makefile @@ -5,15 +5,12 @@ PARAMSTRIP=.param.stripped include Makefile.param -all: xref.xsl param.xsl profile-docbook.xsl +all: param.xsl xml: param.xml html: param.html -xref.xsl: ../html/xref.xsl - $(XSLT) $< textify.xsl $@ - param.html: param.xml $(XSLT) $< ../docsrc/lrefentry.xsl $@ @@ -35,12 +32,7 @@ Makefile.param: ../../cvstools/paramchk -m $@ param.xweb make -profile-docbook.xsl: docbook.xsl ../profiling/xsl2profile.xsl - $(XSLT) $< ../profiling/xsl2profile.xsl $@ - clean: - $(RM) xref.xsl - $(RM) param.xml param.html param.xsl \ - profile-docbook.xsl profile-chunk.xsl profile-onechunk.xsl + $(RM) param.xml param.html param.xsl $(RM) Makefile.param echo "# foo" > Makefile.param -- 2.40.0