cleaning output
authorThomas Vander Stichele <thomas@apestaart.org>
Thu, 9 Oct 2003 13:10:54 +0000 (13:10 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Thu, 9 Oct 2003 13:10:54 +0000 (13:10 +0000)
Original commit message from CVS:
cleaning output

docs/Makefile.am
docs/manuals.mak

index 4633e66..50cdcbe 100644 (file)
@@ -19,7 +19,7 @@ EXTRA_DIST = \
        image-png image-pdf image-eps version.entities.in
 
 upload:
-       for a in manual pwg faq; do cd $$a; make upload; cd ..; done
+       @for a in manual pwg faq; do cd $$a; make upload; cd ..; done
 
 dist-hook:
        $(RM) -rf $(distdir)/random/CVS
index 8d97ed6..408c329 100644 (file)
@@ -170,12 +170,12 @@ check-local:
 ### this is a website upload target
 
 upload: html ps pdf
-       @export RSYNC_RSH=ssh
+       @export RSYNC_RSH=ssh; \
        if test "x$$GST_PLUGINS_VERSION_NANO" = x0; then \
             export DOCVERSION=$(VERSION); \
         else export DOCVERSION=cvs; \
         fi; \
-       echo Uploading docs to htdocs/docs/$$DOCVERSION; \
+       echo Uploading docs to shell.sf.net/home/groups/g/gs/gstreamer/htdocs/docs/$$DOCVERSION; \
        ssh $(USERNAME)@shell.sf.net mkdir -p /home/groups/g/gs/gstreamer/htdocs/docs/$$DOCVERSION/$(DOC); \
        rsync -arv $(DOC).ps $(DOC).pdf html $(USERNAME)@shell.sf.net:/home/groups/g/gs/gstreamer/htdocs/docs/$$DOCVERSION/$(DOC)