From 6444fab4fe54aeef5f41e822f9ee9076b59d02e1 Mon Sep 17 00:00:00 2001 From: Astro Date: Sat, 16 Oct 2010 03:22:10 +0200 Subject: [PATCH] datenspuren xslfo schedule printout Makefile --- xslfo/datenspuren/schedule/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xslfo/datenspuren/schedule/Makefile b/xslfo/datenspuren/schedule/Makefile index 0175c9cee..a754d5953 100644 --- a/xslfo/datenspuren/schedule/Makefile +++ b/xslfo/datenspuren/schedule/Makefile @@ -1,5 +1,5 @@ EXPORT_DIR=../../../content/static/datenspuren/fahrplan -FOP=~/programs/fop/fop +FOP=fop FOP_FLAGS=-d XSLT=xsltproc XSLT_FLAGS=--novalid @@ -63,6 +63,7 @@ day_%_hyphenated.xml: day_%.xml -e 's/ungewöhnlichen/un\­ge\­wöhn\­lich\­en/' \ -e 's/Regionaltreffen/Reg\­io\­nal\­tref\­fen/' \ -e 's/Gameshow/Game\­show/' \ + -e 's/Informationszeitalter/In\­for\­ma\­ti\­ons\­zeit\­alt\­er/' \ < $< > $@ #cp $< $@