* Makefile.am (EXTRA_DIST): Add linguas.sh. It's only strictly
required for checkouts from bzr, but it may be useful for users or distributors wishing to update translations against a tarball distribution, and it can be helpful for the tarball to be a superset of what's in bzr.
This commit is contained in:
parent
3d171e951a
commit
265c162a28
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
2012-09-04 Colin Watson <cjwatson@ubuntu.com>
|
||||||
|
|
||||||
|
* Makefile.am (EXTRA_DIST): Add linguas.sh. It's only strictly
|
||||||
|
required for checkouts from bzr, but it may be useful for users or
|
||||||
|
distributors wishing to update translations against a tarball
|
||||||
|
distribution, and it can be helpful for the tarball to be a superset
|
||||||
|
of what's in bzr.
|
||||||
|
|
||||||
2012-09-04 Colin Watson <cjwatson@ubuntu.com>
|
2012-09-04 Colin Watson <cjwatson@ubuntu.com>
|
||||||
|
|
||||||
* Makefile.am (EXTRA_DIST): Add
|
* Makefile.am (EXTRA_DIST): Add
|
||||||
|
|
|
@ -390,3 +390,5 @@ SUCCESSFUL_BOOT_STRING=3e49994fd5d82b7c9298d672d774080d
|
||||||
BOOTCHECK_TIMEOUT=180
|
BOOTCHECK_TIMEOUT=180
|
||||||
|
|
||||||
bootcheck: $(BOOTCHECKS)
|
bootcheck: $(BOOTCHECKS)
|
||||||
|
|
||||||
|
EXTRA_DIST += linguas.sh
|
||||||
|
|
Loading…
Reference in a new issue