# HG changeset patch # User fabien # Date 1139002060 18000 # Node ID 58cf3c7d4b1bd1b5a8467688a3db9afde0b23dd0 # Parent 1eccaaededbe88f36ef186149069b2377ec94db6 [svn] r2263@freebird: fabien | 2006-01-27 17:43:45 -0500 Validate everything now. HTML is now XHTML. diff -r 1eccaaededbe -r 58cf3c7d4b1b Makefile --- a/Makefile Thu Jan 26 16:51:38 2006 -0500 +++ b/Makefile Fri Feb 03 16:27:40 2006 -0500 @@ -11,8 +11,9 @@ TARGETS=jeuderologie rpgtheory $(FR_ARTICLES) $(EN_ARTICLES) $(UNPUBLISHED) HTML_FILES=index.en.html index.fr.html SGML_CATALOG_FILES=/etc/sgml/catalog -xml_validate=xmllint --xinclude --postvalid --noout $(1) -html_validate=true +export SGML_CATALOG_FILES +xml_validate=xmllint --xinclude --valid --noout $(1) +html_validate=xmllint --valid --noout $(1) make_subdir= \ [ -d $(2) ] || mkdir -p $(2) ; \ @@ -25,6 +26,10 @@ rpgtheory.xml: $(addsuffix .xml, $(EN_ARTICLES)) +validate-jeuderologie: $(addsuffix -validate, $(FR_ARTICLES)) + +validate-rpgtheory: $(addsuffix -validate, $(EN_ARTICLES)) + $(addsuffix -validate,$(TARGETS)): $(call xml_validate,$(subst -validate,.xml,$@)) diff -r 1eccaaededbe -r 58cf3c7d4b1b index.en.html --- a/index.en.html Thu Jan 26 16:51:38 2006 -0500 +++ b/index.en.html Fri Feb 03 16:27:40 2006 -0500 @@ -1,8 +1,9 @@ - + + - + RPG Theory Articles @@ -47,7 +48,7 @@ characterization of mechanics, helping us to discuss and evaluate different systems, and, with the help of other tools, finally create a real science of role-playing game - design.

+ design.