From aa60114843f4990ef93ba83974501495ddda358b Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 6 Feb 2007 15:50:05 +0000 Subject: 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 --- manual/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'manual/Makefile') 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 + -- cgit v1.2.3