datenspuren xslfo schedule printout Makefile

This commit is contained in:
Astro 2010-10-16 03:22:10 +02:00
parent 8ab112f177
commit 6444fab4fe
1 changed files with 2 additions and 1 deletions

View File

@ -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 $< $@