From bce3bcbdf4708880d93677546f0a5cd122903c0a Mon Sep 17 00:00:00 2001 From: astro Date: Tue, 25 Mar 2008 21:05:02 +0000 Subject: [PATCH] Replace ugly hack by the old one git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@1124 31f61c52-7bfb-0310-b897-fc00f8a278f0 --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9c67a5b91..4ed32893d 100644 --- a/Makefile +++ b/Makefile @@ -160,9 +160,8 @@ build/cgi-bin/search.html: content/cgi-bin/search.xml $(STYLE) $(NAVIGATION) $(D build/datenspuren/%html : STYLE=$(DS_STYLE) build/datenspuren/%.html: content/datenspuren/%.xml $(DS_STYLE) $(call xml_process) +build/datenspuren/schedule.html : NOVALID_IGNORE:=true -content/datenspuren/schedule.xml: - rm $@ #content/datenspuren/schedule.xml: content/static/datenspuren/fahrplan/days.de.html # cp $< $@