From e2473a3759de103647e1ce7a47c4580683eb33e8 Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 9 Nov 2010 23:24:21 +0100 Subject: [PATCH] s/html5/xhtml5/g --- Makefile | 10 +++++----- xsl/datenspuren/{html5.xsl => xhtml5.xsl} | 0 xsl/{html5.xsl => xhtml5.xsl} | 0 3 files changed, 5 insertions(+), 5 deletions(-) rename xsl/datenspuren/{html5.xsl => xhtml5.xsl} (100%) rename xsl/{html5.xsl => xhtml5.xsl} (100%) diff --git a/Makefile b/Makefile index 2b55d08b2..1a39fa863 100644 --- a/Makefile +++ b/Makefile @@ -30,8 +30,8 @@ DESTDIR?=www-export ### Ressourcen ### # XSLT-Stylesheets: -STYLE=xsl/html5.xsl -DS_STYLE=xsl/datenspuren/html5.xsl +STYLE=xsl/xhtml5.xsl +DS_STYLE=xsl/datenspuren/xhtml5.xsl # Document-Type-Definition: DTD:=dtd/c3d2web.dtd # XML-Katalog (Pfad zu den DTDs) - wird benötigt vom Validator @@ -90,7 +90,7 @@ www: $(XML_CATALOG) $(CONTENT) @echo @echo 'Great!' @echo - @echo 'You may now run `make -j3 html5-validate` to make sure everything fits.' + @echo 'You may now run `make -j3 xhtml5-validate` to make sure everything fits.' @echo .PHONY: export @@ -207,8 +207,8 @@ build/datenspuren/news-atom.xml : NOVALID:=true build/datenspuren/news-atom.xml : PFLAGS+=--stringparam prefix ds09- build/datenspuren/news-atom.xml : VFLAGS_OUT=$(VFLAGS) --relaxng xsd/atom.rng -html5-validate: $(patsubst build/%.html, build/%.html.html5-validate, $(CONTENT)) -build/%.html.html5-validate: build/%.html +xhtml5-validate: $(patsubst build/%.html, build/%.html.xhtml5-validate, $(CONTENT)) +build/%.html.xhtml5-validate: build/%.html ./scripts/validate_xhtml5.sh $< diff --git a/xsl/datenspuren/html5.xsl b/xsl/datenspuren/xhtml5.xsl similarity index 100% rename from xsl/datenspuren/html5.xsl rename to xsl/datenspuren/xhtml5.xsl diff --git a/xsl/html5.xsl b/xsl/xhtml5.xsl similarity index 100% rename from xsl/html5.xsl rename to xsl/xhtml5.xsl