|
|
f96e0b |
From e8ec492c1f16328149e2e2c1eed6c300529bcb7a Mon Sep 17 00:00:00 2001
|
|
|
f96e0b |
From: Colin Watson <cjwatson@ubuntu.com>
|
|
|
f96e0b |
Date: Tue, 4 Sep 2012 23:35:38 +0100
|
|
|
f96e0b |
Subject: [PATCH 025/482] * Makefile.am (EXTRA_DIST): Add linguas.sh. It's
|
|
|
f96e0b |
only strictly required for checkouts from bzr, but it may be useful for users
|
|
|
f96e0b |
or distributors wishing to update translations against a tarball
|
|
|
f96e0b |
distribution, and it can be helpful for the tarball to be a superset of
|
|
|
f96e0b |
what's in bzr.
|
|
|
f96e0b |
|
|
|
f96e0b |
---
|
|
|
f96e0b |
ChangeLog | 8 ++++++++
|
|
|
f96e0b |
Makefile.am | 2 ++
|
|
|
f96e0b |
2 files changed, 10 insertions(+)
|
|
|
f96e0b |
|
|
|
f96e0b |
diff --git a/ChangeLog b/ChangeLog
|
|
|
f96e0b |
index b1950ab..fbef0c3 100644
|
|
|
f96e0b |
--- a/ChangeLog
|
|
|
f96e0b |
+++ b/ChangeLog
|
|
|
f96e0b |
@@ -1,5 +1,13 @@
|
|
|
f96e0b |
2012-09-04 Colin Watson <cjwatson@ubuntu.com>
|
|
|
f96e0b |
|
|
|
f96e0b |
+ * Makefile.am (EXTRA_DIST): Add linguas.sh. It's only strictly
|
|
|
f96e0b |
+ required for checkouts from bzr, but it may be useful for users or
|
|
|
f96e0b |
+ distributors wishing to update translations against a tarball
|
|
|
f96e0b |
+ distribution, and it can be helpful for the tarball to be a superset
|
|
|
f96e0b |
+ of what's in bzr.
|
|
|
f96e0b |
+
|
|
|
f96e0b |
+2012-09-04 Colin Watson <cjwatson@ubuntu.com>
|
|
|
f96e0b |
+
|
|
|
f96e0b |
* Makefile.am (EXTRA_DIST): Add
|
|
|
f96e0b |
grub-core/tests/boot/linux.init-mips.S,
|
|
|
f96e0b |
grub-core/tests/boot/linux.init-ppc.S, and
|
|
|
f96e0b |
diff --git a/Makefile.am b/Makefile.am
|
|
|
f96e0b |
index 3bb911c..30aa5a7 100644
|
|
|
f96e0b |
--- a/Makefile.am
|
|
|
f96e0b |
+++ b/Makefile.am
|
|
|
f96e0b |
@@ -390,3 +390,5 @@ SUCCESSFUL_BOOT_STRING=3e49994fd5d82b7c9298d672d774080d
|
|
|
f96e0b |
BOOTCHECK_TIMEOUT=180
|
|
|
f96e0b |
|
|
|
f96e0b |
bootcheck: $(BOOTCHECKS)
|
|
|
f96e0b |
+
|
|
|
f96e0b |
+EXTRA_DIST += linguas.sh
|
|
|
f96e0b |
--
|
|
|
f96e0b |
1.8.2.1
|
|
|
f96e0b |
|