Changeset 3947

Show
Ignore:
Timestamp:
2012-01-04 05:23:01 (5 months ago)
Author:
olly
Message:

lib/Makefile.am: Make the containing directory in the launchpad
tarball “survex-trans”.

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r3946 r3947  
     1Wed Jan 04 05:22:32 GMT 2012  Olly Betts <olly@survex.com> 
     2 
     3        * lib/Makefile.am: Make the containing directory in the launchpad 
     4          tarball “survex-trans”. 
     5 
    16Wed Jan 04 03:41:40 GMT 2012  Olly Betts <olly@survex.com> 
    27 
  • trunk/lib/Makefile.am

    r3930 r3947  
    5050 
    5151launchpad-tarball: check-local 
    52         tar --transform 's!^!survex/!' -zcf survex-trans.tar.gz survex.pot \ 
     52        tar --transform 's!^!survex-trans/!' -zcf survex-trans.tar.gz survex.pot \ 
    5353            `for f in $(po_files); do test -h "$$f" || echo "$$f" ; done` 
    5454        echo "$(PWD)/survex-trans.tar.gz"