aboutsummaryrefslogtreecommitdiff
path: root/Documentation/Makefile
diff options
context:
space:
mode:
authordancer <dancer>2005-09-04 03:16:01 +0000
committerdancer <dancer>2005-09-04 03:16:01 +0000
commit98bce92f327306567fbef84e060ad300f59be4e0 (patch)
tree16e59a60cd9230a6056fdbaee2965158dadd6ed7 /Documentation/Makefile
parent0b68d3cb1fe752e233204f39cc9e7f7f14bbe4db (diff)
downloadpbuilder-98bce92f327306567fbef84e060ad300f59be4e0.tar
pbuilder-98bce92f327306567fbef84e060ad300f59be4e0.tar.gz
documentation updates, move to alioth.
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r--Documentation/Makefile15
1 files changed, 12 insertions, 3 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index 613859a..190edca 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -11,11 +11,20 @@ all: pbuilder-doc.html
xsltproc pbuilder-doc.xsl $< > $@.tmp
mv $@.tmp $@
+
+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/
+
+preview: pbuilder-doc.html
+ mozilla-firefox -remote "openfile($(PWD)/$<)"
+
+release: pbuilder-doc.html pbuilder-doc.xml pbuilder-doc.css pbuilder-doc.xsl
+ scp $^ cvs.alioth.debian.org:/org/alioth.debian.org/chroot/home/groups/pbuilder/htdocs/
+
# for my homepage-publishing.
release-netfort: pbuilder-doc.html pbuilder-doc.xml pbuilder-doc.css pbuilder-doc.xsl
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/
+.PHONY: preview release-netfort release \ No newline at end of file