Update and some fine tunning.

svn path=/trunk/; revision=167
This commit is contained in:
villate
2001-04-21 17:02:46 +00:00
parent a36f8d6be5
commit d455457e74
10 changed files with 68 additions and 116 deletions

View File

@@ -1,4 +1,4 @@
pags = index.html mailinglists.html
pags = index.html mailinglists.html background.html
pags.de = index.de.html
pags.fr = index.fr.html
@@ -13,4 +13,6 @@ $(pags.de): %.html: %.xml menu.de.xml fsfe.de.xsl
$(pags.fr): %.html: %.xml menu.fr.xml fsfe.fr.xsl
sabcmd fsfe.fr.xsl $< > $@
clean:
rm $(pags) $(pags.de) $(pags.fr)