diff options
author | Junichi Uekawa <dancer@netfort.gr.jp> | 2011-08-03 08:54:39 +0900 |
---|---|---|
committer | Junichi Uekawa <dancer@netfort.gr.jp> | 2011-08-03 08:54:39 +0900 |
commit | 68dec0e0023e71ffd1293a30f856e028e68c73cc (patch) | |
tree | 765dd0968cad894d8c6c7b47bee85af56d53f62c /Documentation | |
parent | ef4da68b9b05e89158648595def67515e1f21b42 (diff) | |
download | pbuilder-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/Makefile | 4 |
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 |