From 31c2f723e5346b0e77a849c23b0a4c2d60dc95d5 Mon Sep 17 00:00:00 2001 From: Thomas Schraitle Date: Mon, 22 Jun 2009 12:20:14 +0000 Subject: [PATCH] Corrected make variables $< and $@ --- docbook/relaxng/docbook/howto/de/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.40.0