]> granicus.if.org Git - docbook-dsssl/commitdiff
Changed order of build
authorMichael Smith <xmldoc@users.sourceforge.net>
Fri, 13 May 2005 07:33:05 +0000 (07:33 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Fri, 13 May 2005 07:33:05 +0000 (07:33 +0000)
xsl/doc/tools/Makefile

index 06bb192f97c18963837dc46e9a3b7a1ca88ff1c1..b968fbca5632f6ae148354127c19b59621e79f9c 100644 (file)
@@ -5,7 +5,7 @@ VPATH=../../docsrc/tools
 
 HTMLFILES = profiling.html
 
-all: $(HTMLFILES) profile-chain.png 
+all: profile-chain.png $(HTMLFILES)
 
 %.html : %.xml $(STYLE)
        $(XSLT) $< $(STYLE) $@