]> granicus.if.org Git - docbook-dsssl/commitdiff
Corrected make variables $< and $@
authorThomas Schraitle <tom_schr@web.de>
Mon, 22 Jun 2009 12:20:14 +0000 (12:20 +0000)
committerThomas Schraitle <tom_schr@web.de>
Mon, 22 Jun 2009 12:20:14 +0000 (12:20 +0000)
docbook/relaxng/docbook/howto/de/Makefile

index cd5904f6a9c9e97013f62e300cf9e0b19af8ae20..6669962832098c2171878c2cdb2e4b841522c102 100644 (file)
@@ -19,11 +19,11 @@ all: howto.xml howto.html howto.pdf
 ns: howto.ns.xml howto.ns.html howto.ns.pdf\r
 \r
 %.xml :  %.de.xml \r
-       @echo "Profiling $@ into $<..."\r
+       @echo "Profiling $< into $@..."\r
        $(XSLT) $< $(PROFSTYLE) $@ $(VARS) profile.lang=de\r
 \r
 %.ns.xml: %.de.xml\r
-       @echo "Profiling $@ into $<..." \r
+       @echo "Profiling $< into $@..." \r
        $(XSLT) $< $(PROFNSSTYLE) $@ $(VARS) profile.lang=de\r
 \r
 %.html : %.xml $(HTMLSTYLE)\r