From 879224a5e0b51b40b833cf4c20004ac936b414cd Mon Sep 17 00:00:00 2001 From: Astro Date: Sat, 25 Sep 2010 02:27:27 +0200 Subject: [PATCH] Makefile: validate .html with html5-syntax/html5.rng --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 16fdec3a6..d585b7b8d 100644 --- a/Makefile +++ b/Makefile @@ -96,7 +96,7 @@ $(DATESTAMP): ### Regeln für den XSLT-Prozess ### -build/%.html : VFLAGS_OUT=$(VFLAGS) --schema xsd/xhtml1-strict.xsd +build/%.html : VFLAGS_OUT=$(VFLAGS) --relaxng html5-syntax/html5.rng build/news.html: $(WWW_CCC_DE_UPDATES) $(CALENDAR_SUMMARY) $(DATESTAMP) build/news-rss.xml : STYLE=xsl/rss.xsl build/news-rss.xml : NOVALID_IGNORE:=true