r3065: added line for italian translation
[rox-filer.git] / ROX-Filer / src / Docs / Makefile
blob0dbea235abb394061e1ee848e4942029acf7cb5d
1 HELP=../../Help
2 RES=../..
3 MAN=../../..
5 all: Manual.valid ${HELP}/Manual.html ${MAN}/rox.1 \
6 Manual-fr.valid ${HELP}/Manual-fr.html \
7 Manual-it.valid ${HELP}/Manual-it.html
9 %.valid: %.xml
10 xmllint --noout --postvalid $<
12 ${HELP}/%.html: %.xml to_html.xsl
13 xsltproc -o $@ to_html.xsl $<
15 ${MAN}/rox.1: Manual.xml to_man.xsl
16 xsltproc -o $@ to_man.xsl $<