From eb2498328a8b69753405ca6dd8c05cc28dbe621e Mon Sep 17 00:00:00 2001 From: jneves Date: Thu, 7 Feb 2002 15:57:32 +0000 Subject: [PATCH] Corrected small error in Makefile. svn path=/trunk/; revision=1943 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 827a5024fa..2b57b76a55 100644 --- a/Makefile +++ b/Makefile @@ -82,7 +82,7 @@ $(DEPAGES): %.html: %.xhtml fsfe.xsl navigation.de.xsl root=`dirname $$path | perl -pe 'chop; s:([^/]+):..:g if($$_ ne ".")'` ; \ langlinks="`./tools/translate.sh $$base de`" ; \ $(XSLTPROC) fsfe.xsl $$path $(XSLTOPTS) '$$fsfeurope='$$root '$$filebase='$$filebase.de '$$path='$$path '$$langlinks='"$$langlinks" > $$base.de.html-temp && (cat $$base.de.html-temp | perl -p -e '$$| = 1; (s/Date://, s/Author:/von/, s/\$$//g) if(/\$$''Date:/); s/mode: xml \*\*\*/mode: html \*\*\*/' > $$base.de.html) ; \ - rm -f $$base.html-temp + rm -f $$base.de.html-temp $(PTPAGES): %.html: %.xhtml fsfe.xsl navigation.pt.xsl tools/translate.sh @$(ECHO) "Building $@ ..."; \