XML source files and XSL style sheet.
svn path=/trunk/; revision=149
This commit is contained in:
16
Makefile
Normal file
16
Makefile
Normal file
@@ -0,0 +1,16 @@
|
||||
pags = index.html contact.html mailinglists.html
|
||||
pags.de = index.de.html
|
||||
pags.fr = index.fr.html
|
||||
|
||||
all: $(pags) $(pags.de) $(pags.fr)
|
||||
|
||||
$(pags): %.html: %.xml menu.xml fsfe.xsl
|
||||
sabcmd fsfe.xsl $< > $@
|
||||
|
||||
$(pags.de): %.html: %.xml menu.de.xml fsfe.de.xsl
|
||||
sabcmd fsfe.de.xsl $< > $@
|
||||
|
||||
$(pags.fr): %.html: %.xml menu.fr.xml fsfe.fr.xsl
|
||||
sabcmd fsfe.fr.xsl $< > $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user