~ubuntu-branches/ubuntu/trusty/gstreamer1.0/trusty-proposed

« back to all changes in this revision

Viewing changes to docs/pwg/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-10-08 09:59:20 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20121008095920-3k2vlenl0zf6lu7i
Tags: 1.0.1-1
* New upstream stable release:
  + debian/libgstreamer.symbols:
    - Add new symbols.

Show diffs side-by-side

added added

removed removed

Lines of Context:
885
885
        if echo $(FORMATS) | grep ps > /dev/null; then export SRC="$$SRC $(DOC).ps"; fi; \
886
886
        if echo $(FORMATS) | grep pdf > /dev/null; then export SRC="$$SRC $(DOC).pdf"; fi; \
887
887
        \
888
 
        # upload releases to both 0.10.X/ and head/ subdirectories \
889
 
        if test "x$(PACKAGE_VERSION_NANO)" = x0; then \
890
 
          export DIR=$(DOC_BASE)/gstreamer/$(VERSION)/$(DOC); \
891
 
          echo Uploading $$SRC to $(DOC_SERVER):$$DIR; \
892
 
          ssh $(DOC_SERVER) mkdir -p $$DIR; \
893
 
          rsync -rv -e ssh --delete $$SRC $(DOC_SERVER):$$DIR; \
894
 
          ssh $(DOC_SERVER) chmod -R g+w $$DIR; \
895
 
        fi; \
 
888
        # upload releases to both X.Y/ and head/ subdirectories \
 
889
        export DIR=$(DOC_BASE)/gstreamer/$(PACKAGE_VERSION_MAJOR).$(PACKAGE_VERSION_MINOR)/$(DOC); \
 
890
        echo Uploading $$SRC to $(DOC_SERVER):$$DIR; \
 
891
        ssh $(DOC_SERVER) mkdir -p $$DIR; \
 
892
        rsync -rv -e ssh --delete $$SRC $(DOC_SERVER):$$DIR; \
 
893
        ssh $(DOC_SERVER) chmod -R g+w $$DIR; \
896
894
        \
897
895
        export DIR=$(DOC_BASE)/gstreamer/head/$(DOC); \
898
896
        echo Uploading $$SRC to $(DOC_SERVER):$$DIR; \