Corrected a dummy mistake: I had replace Makefile for
sabcmd with Makefile for xsltprox
Modified Files:
Makefile
----------------------------------------------------------------------
svn path=/trunk/; revision=363
Added Makefile for xsltproc (if anyone can unify both of them, great!)
added background.xhmlt translation in french.
Small modifiction to navigation.fr.xsl to reference french pages
Committing in .
Modified Files:
Makefile background.xhtml index.fr.xhtml navigation.fr.xsl
Added Files:
Makefile.xsltproc background.fr.xhtml
----------------------------------------------------------------------
svn path=/trunk/; revision=360
- It defines dependencies, which are different for pages in different
languages.
- Only modifies html files whose xhtml source + xsl sheet have no syntax
errors.
- Includes a "clean" target that only cleans html files with a matching
xhtml file.
- Uses the same program (sabcmd) as validator and parser.
svn path=/trunk/; revision=277