diff options
author | dancer <dancer> | 2002-12-30 17:32:50 +0000 |
---|---|---|
committer | dancer <dancer> | 2002-12-30 17:32:50 +0000 |
commit | ef93c7d565d47e49a50d1014587a934a3d3371bd (patch) | |
tree | d3abe7a988c06b3dcdff17cd6a8c84b764619922 /Documentation/Makefile | |
parent | 3633b499dd55c95cb70fa474627cbc20c7449fad (diff) | |
download | pbuilder-ef93c7d565d47e49a50d1014587a934a3d3371bd.tar pbuilder-ef93c7d565d47e49a50d1014587a934a3d3371bd.tar.gz |
update docs, move parts from AUTORS file
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r-- | Documentation/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index 10793bf..a337398 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -13,3 +13,8 @@ all: pbuilder-doc.html # for my homepage-publishing. release-netfort: pbuilder-doc.html pbuilder-doc.xml cp $^ ~/public_html/netfort/software/pbuilder-doc/ + + +install: pbuilder-doc.html + 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/ |