From: Thomas Schraitle Date: Mon, 22 Jun 2009 12:20:14 +0000 (+0000) Subject: Corrected make variables $< and $@ X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=31c2f723e5346b0e77a849c23b0a4c2d60dc95d5;p=docbook-dsssl Corrected make variables $< and $@ --- diff --git a/docbook/relaxng/docbook/howto/de/Makefile b/docbook/relaxng/docbook/howto/de/Makefile index cd5904f6a..666996283 100644 --- a/docbook/relaxng/docbook/howto/de/Makefile +++ b/docbook/relaxng/docbook/howto/de/Makefile @@ -19,11 +19,11 @@ all: howto.xml howto.html howto.pdf ns: howto.ns.xml howto.ns.html howto.ns.pdf %.xml : %.de.xml - @echo "Profiling $@ into $<..." + @echo "Profiling $< into $@..." $(XSLT) $< $(PROFSTYLE) $@ $(VARS) profile.lang=de %.ns.xml: %.de.xml - @echo "Profiling $@ into $<..." + @echo "Profiling $< into $@..." $(XSLT) $< $(PROFNSSTYLE) $@ $(VARS) profile.lang=de %.html : %.xml $(HTMLSTYLE)