summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Sack <asac@jwsdot.com>2008-02-29 14:47:31 +0100
committerAlexander Sack <asac@jwsdot.com>2008-02-29 14:47:31 +0100
commitee53b3749278518eeadc37546e12d1d7a9bf6cb0 (patch)
tree043a66c26c599ca647f115ec46cd77d44207ee69
parentdfc3b991dbbcd79c1c1b15e440b7593d6b558574 (diff)
* add lp-locale-export.mk to the build (add to extra_mk_files)
- update src/Makefile * document in changelog - update debian/changelog
-rw-r--r--debian/changelog2
-rw-r--r--src/Makefile1
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 4bfa617..299119e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ mozilla-devscripts (0.06) UNRELEASED; urgency=low
be hooked into install phase of then package build. cdbs users can just
include this helper as we ship the appropriate cdbs hooks.
- add src/lp-locale-export.mk
+ * add lp-locale-export.mk to the build (add to extra_mk_files)
+ - update src/Makefile
-- Alexander Sack <asac@ubuntu.com> Thu, 28 Feb 2008 23:52:00 +0100
diff --git a/src/Makefile b/src/Makefile
index 81ab448..219fe76 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -36,6 +36,7 @@ mk_files = \
extra_mk_files = \
remove.binonly.sh \
xpi.mk \
+ lp-locale-export.mk \
$(NULL)
%.mk: %.mk.in