cleaning output

Original commit message from CVS:
cleaning output
This commit is contained in:
Thomas Vander Stichele 2003-10-09 13:10:54 +00:00
parent 6c342c42f5
commit cbdc23d67f
2 changed files with 3 additions and 3 deletions

View 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

View 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)