]> granicus.if.org Git - docbook-dsssl/commitdiff
Changes to comments
authorDavid Cramer <david@thingbag.net>
Mon, 23 Aug 2010 17:40:20 +0000 (17:40 +0000)
committerDavid Cramer <david@thingbag.net>
Mon, 23 Aug 2010 17:40:20 +0000 (17:40 +0000)
xsl/webhelp/Makefile

index 8b6a20760d947ba4e927f22f79e27391a61a497c..2ead1ddd4eb3468dec6397f9c3128d93203fa940 100644 (file)
@@ -9,11 +9,10 @@ build-indexer:
        $(ANT) build-indexer
 
 webhelp: docsrc/readme.xml
-       # Doing this outside of Ant because I was getting a strange error on Ubuntu. 
-       # and I didn't have time to debug.
        $(XSLT) $< xsl/webhelp.xsl 
        $(ANT) index
 
+# TODO: Still need to set things up for single pass profiling support.
 #profile-webhelp-common.xsl: webhelp-common.xsl ../profiling/xsl2profile.xsl
 #      $(XSLT) $< ../profiling/xsl2profile.xsl $@