From 96fa596242b44f7246682cae2f487415ab59d57b Mon Sep 17 00:00:00 2001 From: astro Date: Mon, 10 Mar 2008 20:04:14 +0000 Subject: [PATCH] Makefile: ical.ics und xcal.xml referenzieren, damit die auch gebaut werden git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@1104 31f61c52-7bfb-0310-b897-fc00f8a278f0 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0669c80a0..2d7d6d6e6 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,8 @@ PAGES:=$(patsubst content/pages/%.xml, build/%.html, $(wildcard content/pages/*. # Seiten zu einzelnen News-Items: NEWS_PAGES:=$(patsubst content/news/%.xml, build/news/%.html, $(wildcard content/news/*.xml)) # News-Index und Feeds: -NEWSFILES:=build/news.html build/news-rss.xml build/news-atom.xml build/podcast.xml +NEWSFILES:=build/news.html build/news-rss.xml build/news-atom.xml build/podcast.xml \ + build/ical.ics build/xcal.xml # Datenspuren-Seiten: DS_PAGES:=$(patsubst content/datenspuren/%.xml, build/datenspuren/%.html, $(wildcard content/datenspuren/*.xml)) build/datenspuren/schedule.html # Suchseiten-Template