summaryrefslogtreecommitdiffstats
path: root/Makefile.in
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 /Makefile.in
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".
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 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