mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:36:20 +00:00
cleaning output
Original commit message from CVS: cleaning output
This commit is contained in:
parent
6c342c42f5
commit
cbdc23d67f
2 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ EXTRA_DIST = \
|
||||||
image-png image-pdf image-eps version.entities.in
|
image-png image-pdf image-eps version.entities.in
|
||||||
|
|
||||||
upload:
|
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:
|
dist-hook:
|
||||||
$(RM) -rf $(distdir)/random/CVS
|
$(RM) -rf $(distdir)/random/CVS
|
||||||
|
|
|
@ -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 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); \
|
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