diff options
author | Junichi Uekawa <dancer@dancer64.netfort.gr.jp> | 2007-11-06 20:05:18 +0900 |
---|---|---|
committer | Junichi Uekawa <dancer@dancer64.netfort.gr.jp> | 2007-11-06 20:05:18 +0900 |
commit | 1fc90bd88f950f722b3142e0a272881c4ad0888f (patch) | |
tree | 4da64e3784e4570c9705313b78fbcd07008ee2ce /Documentation | |
parent | df4a8fe0b6199a69b63759e8534156e21edc20e0 (diff) | |
download | pbuilder-1fc90bd88f950f722b3142e0a272881c4ad0888f.tar pbuilder-1fc90bd88f950f722b3142e0a272881c4ad0888f.tar.gz |
install french documentation
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index 2ef2d5b..b03b261 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -9,8 +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 -all: pbuilder-doc.html pbuilder-doc.ja.html +all: pbuilder-doc.html pbuilder-doc.ja.html pbuilder-doc.fr.html %.html: %.xml pbuilder-doc.xsl xsltproc pbuilder-doc.xsl $< > $@.tmp @@ -26,9 +27,9 @@ pbuilder-doc.%.po: $(MASTERXML) # requires dblatex package. dblatex $< -install: pbuilder-doc.html pbuilder-doc.pdf +install: $(HTMLDOCS) pbuilder-doc.pdf install -d -m 755 -o root -g root $(DESTDIR)/usr/share/doc/pbuilder/ - install -m 644 -o root -g root pbuilder-doc.html $(DESTDIR)/usr/share/doc/pbuilder/ + install -m 644 -o root -g root $(HTMLDOCS) $(DESTDIR)/usr/share/doc/pbuilder/ install -m 644 -o root -g root pbuilder-doc.pdf $(DESTDIR)/usr/share/doc/pbuilder/ preview: pbuilder-doc.html |