aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunichi Uekawa <dancer@dancer64.netfort.gr.jp>2007-06-05 21:29:42 +0900
committerJunichi Uekawa <dancer@dancer64.netfort.gr.jp>2007-06-05 21:29:42 +0900
commit0aa84bfc35db4ed8a2f0a5b6dc94076c8880a281 (patch)
tree461fb36a6089f9fdfbd7536b90d8102efe75094d /Documentation
parent1b748b5bb22375eaaf22965dbff12d630e4d2d36 (diff)
downloadpbuilder-0aa84bfc35db4ed8a2f0a5b6dc94076c8880a281.tar
pbuilder-0aa84bfc35db4ed8a2f0a5b6dc94076c8880a281.tar.gz
add PDF documentation, and add doc-base information
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index 039d186..84b7309 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -25,9 +25,10 @@ pbuilder-doc.%.po: $(MASTERXML)
# requires dblatex package.
dblatex $<
-install: pbuilder-doc.html
+install: pbuilder-doc.html 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 pbuilder-doc.pdf $(DESTDIR)/usr/share/doc/pbuilder/
preview: pbuilder-doc.html
mozilla-firefox -remote "openfile($(PWD)/$<)"