Makefile: validate .html with html5-syntax/html5.rng

This commit is contained in:
Astro 2010-09-25 02:27:27 +02:00
parent b44ec0b002
commit 879224a5e0
1 changed files with 1 additions and 1 deletions

View File

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