summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2005-07-07 20:16:31 +0000
committerJean Delvare <khali@linux-fr.org>2005-07-07 20:16:31 +0000
commitfd7d17592641d56c44c6fc8fffe306dfed147b27 (patch)
treeea9f8b1201c2ed603e2ef87374b2323c0ae32f70
parente8fc56f1fa70037828928924138ddfd5c3472a41 (diff)
downloadquilt-fd7d17592641d56c44c6fc8fffe306dfed147b27.tar.gz
- Makefile.in: Properly set LINGUAS before running "make all" in
subdirectory po. This ensures that all .mo files will actually be built. - Makefile.in: Delete po/*.mo only once on "make clean".
-rw-r--r--Makefile.in4
-rw-r--r--quilt.changes8
2 files changed, 10 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 6d10788..02f115e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -104,7 +104,8 @@ SRC += changes2changelog
#-----------------------------------------------------------------------
all : scripts
- $(MAKE_NLS) -C po all BUILD_ROOT=$(BUILD_ROOT)
+ $(MAKE_NLS) -C po all BUILD_ROOT=$(BUILD_ROOT) \
+ LINGUAS="$(LINGUAS)" localedir=$(localedir)
scripts : $(BIN:%=bin/%) $(QUILT:%=quilt/%) $(SCRIPTS:%=scripts/%) \
$(LIB:%=lib/%) $(DOC:%=doc/%) $(MAN1)
@@ -261,7 +262,6 @@ install : scripts
clean :
rm -f $(DIRT)
- rm -f po/*.mo
distclean : clean
rm -f config.log config.status Makefile
diff --git a/quilt.changes b/quilt.changes
index 5f35aee..510d05b 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,12 @@
-------------------------------------------------------------------
+Thu Jul 7 22:13:47 CEST 2005 - khali@linux-fr.org
+
+- Makefile.in: Properly set LINGUAS before running "make all" in
+ subdirectory po. This ensures that all .mo files will actually
+ be built.
+- Makefile.in: Delete po/*.mo only once on "make clean".
+
+-------------------------------------------------------------------
Wed Jul 6 23:13:01 CEST 2005 - khali@linux-fr.org
- quilt delete: Add option -n, which deletes the next patch