]> granicus.if.org Git - docbook-dsssl/commitdiff
Reverted some recent build changes.
authorMichael Smith <xmldoc@users.sourceforge.net>
Fri, 10 Jun 2005 05:51:37 +0000 (05:51 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Fri, 10 Jun 2005 05:51:37 +0000 (05:51 +0000)
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

index 975f86dde2df75249c2e6f2a1f39b53bb0e697f0..c1817512e4fd50ba82d32765de3139bfe4df683e 100644 (file)
@@ -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