Changeset 3947
- Timestamp:
- 2012-01-04 05:23:01 (5 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
ChangeLog (modified) (1 diff)
-
lib/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r3946 r3947 1 Wed 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 1 6 Wed Jan 04 03:41:40 GMT 2012 Olly Betts <olly@survex.com> 2 7 -
trunk/lib/Makefile.am
r3930 r3947 50 50 51 51 launchpad-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 \ 53 53 `for f in $(po_files); do test -h "$$f" || echo "$$f" ; done` 54 54 echo "$(PWD)/survex-trans.tar.gz"
