]> granicus.if.org Git - docbook-dsssl/commitdiff
Tweaked some makefiles to bring them into consistency with other
authorMichael Smith <xmldoc@users.sourceforge.net>
Wed, 27 Jun 2007 19:59:38 +0000 (19:59 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Wed, 27 Jun 2007 19:59:38 +0000 (19:59 +0000)
makefiles in the build.

xsl/eclipse/Makefile
xsl/htmlhelp/Makefile
xsl/javahelp/Makefile

index 5a75cfb44c175285671d0d3030dc1750a9ac4dee..f6eeb54c39b8b0eca871b4f2c97e177b25ccbcd2 100644 (file)
@@ -1,10 +1,8 @@
-XSLT=../../buildtools/saxon\r
-XJPARSE=../../buildtools/xjparse\r
-\r
-all: profile-eclipse.xsl\r
-\r
-profile-eclipse.xsl: eclipse.xsl ../profiling/xsl2profile.xsl\r
-       $(XSLT) $< ../profiling/xsl2profile.xsl $@\r
-\r
-clean:\r
-       rm -f profile-eclipse.xsl\r
+include ../../buildtools/Makefile.incl
+all: profile-eclipse.xsl
+
+profile-eclipse.xsl: eclipse.xsl ../profiling/xsl2profile.xsl
+       $(XSLT) $< ../profiling/xsl2profile.xsl $@
+
+clean:
+       $(RM) profile-eclipse.xsl
index b1b5f573387857ac3de34acf1e1ac40427dff627..feb66241250d581f27f1a77f31dbdc52bbc078ec 100644 (file)
@@ -1,10 +1,8 @@
-XSLT=../../buildtools/saxon
-XJPARSE=../../buildtools/xjparse
-
+include ../../buildtools/Makefile.incl
 all: profile-htmlhelp-common.xsl
 
 profile-htmlhelp-common.xsl: htmlhelp-common.xsl ../profiling/xsl2profile.xsl
        $(XSLT) $< ../profiling/xsl2profile.xsl $@
 
 clean:
-       rm -f profile-htmlhelp-common.xsl
+       $(RM) profile-htmlhelp-common.xsl
index e9d129ce6aea54a3fdf9e26fe860043aed1b917b..a16c99752653b40cea2eb1cc0223f3d1ada79400 100644 (file)
@@ -1,10 +1,8 @@
-XSLT=../../buildtools/saxon
-XJPARSE=../../buildtools/xjparse
-
+include ../../buildtools/Makefile.incl
 all: profile-javahelp.xsl
 
 profile-javahelp.xsl: javahelp.xsl ../profiling/xsl2profile.xsl
        $(XSLT) $< ../profiling/xsl2profile.xsl $@
 
 clean:
-       rm -f profile-javahelp.xsl
+       $(RM) profile-javahelp.xsl