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

« back to all changes in this revision

Viewing changes to docs/libs/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:
750
750
        if echo $(FORMATS) | grep ps > /dev/null; then export SRC="$$SRC $(DOC).ps"; fi; \
751
751
        if echo $(FORMATS) | grep pdf > /dev/null; then export SRC="$$SRC $(DOC).pdf"; fi; \
752
752
        \
753
 
        # upload releases to both 0.10.X/ and head/ subdirectories \
754
 
        if test "x$(PACKAGE_VERSION_NANO)" = x0; then \
755
 
          export DIR=$(DOC_BASE)/gstreamer/$(VERSION)/$(DOC); \
756
 
          echo Uploading $$SRC to $(DOC_SERVER):$$DIR; \
757
 
          ssh $(DOC_SERVER) mkdir -p $$DIR; \
758
 
          rsync -rv -e ssh --delete $$SRC $(DOC_SERVER):$$DIR; \
759
 
          ssh $(DOC_SERVER) chmod -R g+w $$DIR; \
760
 
        fi; \
 
753
        # upload releases to both X.Y/ and head/ subdirectories \
 
754
        export DIR=$(DOC_BASE)/gstreamer/$(PACKAGE_VERSION_MAJOR).$(PACKAGE_VERSION_MINOR)/$(DOC); \
 
755
        echo Uploading $$SRC to $(DOC_SERVER):$$DIR; \
 
756
        ssh $(DOC_SERVER) mkdir -p $$DIR; \
 
757
        rsync -rv -e ssh --delete $$SRC $(DOC_SERVER):$$DIR; \
 
758
        ssh $(DOC_SERVER) chmod -R g+w $$DIR; \
761
759
        \
762
760
        export DIR=$(DOC_BASE)/gstreamer/head/$(DOC); \
763
761
        echo Uploading $$SRC to $(DOC_SERVER):$$DIR; \