summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-02-06 15:50:05 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-02-06 15:50:05 +0000
commitaa60114843f4990ef93ba83974501495ddda358b (patch)
treeb5318deb08d54fa28c350ac2266ce6e338721eb8 /manual
parent63d28ebd1808b316dd2f8d152d94577b898d336c (diff)
some fixes/improvements for track selection; add upload target to manual makefile; do not build peakfile for SilentFileSource
git-svn-id: svn://localhost/ardour2/trunk@1426 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'manual')
-rw-r--r--manual/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/manual/Makefile b/manual/Makefile
index 584d8962e9..5c18cb96db 100644
--- a/manual/Makefile
+++ b/manual/Makefile
@@ -28,10 +28,17 @@ html:: xml
test:: xml
xmllint --noout --postvalid --xinclude $(XMLFILE)
-
+
.PHONY : test
clean::
@rm -rf tmp
.PHONY : clean
+
+upload: html
+ cd tmp && tar cf - . | bzip2 > ../man.tar.bz2
+ scp man.tar.bz2 las@ardour.org:ardour.org
+
+.PHONY : upload
+