diff options
author | Junichi Uekawa <dancer@dancer64.netfort.gr.jp> | 2007-06-05 21:29:42 +0900 |
---|---|---|
committer | Junichi Uekawa <dancer@dancer64.netfort.gr.jp> | 2007-06-05 21:29:42 +0900 |
commit | 0aa84bfc35db4ed8a2f0a5b6dc94076c8880a281 (patch) | |
tree | 461fb36a6089f9fdfbd7536b90d8102efe75094d /Documentation | |
parent | 1b748b5bb22375eaaf22965dbff12d630e4d2d36 (diff) | |
download | pbuilder-0aa84bfc35db4ed8a2f0a5b6dc94076c8880a281.tar pbuilder-0aa84bfc35db4ed8a2f0a5b6dc94076c8880a281.tar.gz |
add PDF documentation, and add doc-base information
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/Makefile | 3 |
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)/$<)" |