aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunichi Uekawa <dancer@netfort.gr.jp>2011-08-03 08:54:39 +0900
committerJunichi Uekawa <dancer@netfort.gr.jp>2011-08-03 08:54:39 +0900
commit68dec0e0023e71ffd1293a30f856e028e68c73cc (patch)
tree765dd0968cad894d8c6c7b47bee85af56d53f62c /Documentation
parentef4da68b9b05e89158648595def67515e1f21b42 (diff)
downloadpbuilder-68dec0e0023e71ffd1293a30f856e028e68c73cc.tar
pbuilder-68dec0e0023e71ffd1293a30f856e028e68c73cc.tar.gz
fix makefile for documentation so that I need to edit only one place when adding language.
Why wasn't it done this way before?
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index f4ca0d0..5db4775 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -9,9 +9,9 @@
# the main XML file which is source to all documents
MASTERXML=pbuilder-doc.xml
-HTMLDOCS= pbuilder-doc.html pbuilder-doc.ja.html pbuilder-doc.fr.html
+HTMLDOCS= pbuilder-doc.html pbuilder-doc.ja.html pbuilder-doc.fr.html pbuilder-doc.de.html
-all: pbuilder-doc.html pbuilder-doc.ja.html pbuilder-doc.fr.html
+all: $(HTMLDOCS)
%.html: %.xml pbuilder-doc.xsl
xsltproc pbuilder-doc.xsl $< > $@.tmp