mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-25 10:04:19 +00:00
cleaner info
Original commit message from CVS: cleaner info
This commit is contained in:
parent
90184bb1af
commit
6c342c42f5
1 changed files with 2 additions and 2 deletions
|
@ -170,12 +170,12 @@ check-local:
|
||||||
### this is a website upload target
|
### this is a website upload target
|
||||||
|
|
||||||
upload: html ps pdf
|
upload: html ps pdf
|
||||||
export RSYNC_RSH=ssh
|
@export RSYNC_RSH=ssh
|
||||||
if test "x$$GST_PLUGINS_VERSION_NANO" = x0; then \
|
if test "x$$GST_PLUGINS_VERSION_NANO" = x0; then \
|
||||||
export DOCVERSION=$(VERSION); \
|
export DOCVERSION=$(VERSION); \
|
||||||
else export DOCVERSION=cvs; \
|
else export DOCVERSION=cvs; \
|
||||||
fi; \
|
fi; \
|
||||||
echo $$DOCVERSION; \
|
echo Uploading docs to htdocs/docs/$$DOCVERSION; \
|
||||||
ssh $(USERNAME)@shell.sf.net mkdir -p /home/groups/g/gs/gstreamer/htdocs/docs/$$DOCVERSION/$(DOC); \
|
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)
|
rsync -arv $(DOC).ps $(DOC).pdf html $(USERNAME)@shell.sf.net:/home/groups/g/gs/gstreamer/htdocs/docs/$$DOCVERSION/$(DOC)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue