From b0adafa3aed1025375f9afcbc64ed05884abf1cd Mon Sep 17 00:00:00 2001 From: cgabriel Date: Fri, 14 Dec 2001 16:24:54 +0000 Subject: [PATCH] s/per/da/ which is nicer in italian svn path=/trunk/; revision=1807 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b69221ca12..ce414e2ad6 100644 --- a/Makefile +++ b/Makefile @@ -100,7 +100,7 @@ $(ITPAGES): %.html: %.xhtml fsfe.xsl navigation.it.xsl filebase=`basename $$base` ; \ dir=`dirname $$path` ; \ root=`dirname $$path | perl -pe 'chop; s:([^/]+):..:g if($$_ ne ".")'` ; \ - $(XSLTPROC) fsfe.xsl $$path $(XSLTOPTS) '$$fsfeurope='$$root '$$filebase='$$filebase '$$path='$$path > $$base.html-temp && (cat $$base.html-temp | perl -p -e '$$| = 1; (s/Date://, s/Author:/, per/, s/\$$//g) if(/\$$''Date:/); s/mode: xml \*\*\*/mode: html \*\*\*/' > $$base.html) ; \ + $(XSLTPROC) fsfe.xsl $$path $(XSLTOPTS) '$$fsfeurope='$$root '$$filebase='$$filebase '$$path='$$path > $$base.html-temp && (cat $$base.html-temp | perl -p -e '$$| = 1; (s/Date://, s/Author:/, da/, s/\$$//g) if(/\$$''Date:/); s/mode: xml \*\*\*/mode: html \*\*\*/' > $$base.html) ; \ rm -f $$base.html-temp $(ESPAGES): %.html: %.xhtml fsfe.xsl navigation.es.xsl