From 68dec0e0023e71ffd1293a30f856e028e68c73cc Mon Sep 17 00:00:00 2001 From: Junichi Uekawa Date: Wed, 3 Aug 2011 08:54:39 +0900 Subject: fix makefile for documentation so that I need to edit only one place when adding language. Why wasn't it done this way before? --- Documentation/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Documentation') 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 -- cgit v1.2.3