fix hyphenate script

This commit is contained in:
Jörg Thalheim 2016-12-11 18:18:28 +01:00
parent b4d688da92
commit 78543cf674
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ datenspuren-2016-mp3.xml:
$(WGET) -O $@ https://media.ccc.de/c/ds2016/podcast/mp3.xml
build/datenspuren/$(DS_YEAR)/schedule-%.raw.xml: content/static/datenspuren/$(DS_YEAR)/fahrplan/schedule/%.html scripts/hyphenate.sed $(DATESTAMP)
sed scripts/hyphenate.sed < $< > $@
sed -f scripts/hyphenate.sed < $< > $@
build/datenspuren/$(DS_YEAR)/schedule-%.xml : VFLAGS_IN=$(VFLAGS) --html
build/datenspuren/$(DS_YEAR)/schedule-%.xml : PFLAGS+=--html
build/datenspuren/$(DS_YEAR)/schedule-%.xml : STYLE=xsl/datenspuren/frab2xml.xsl