From fd7d17592641d56c44c6fc8fffe306dfed147b27 Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Thu, 7 Jul 2005 20:16:31 +0000 Subject: - 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". --- Makefile.in | 4 ++-- quilt.changes | 8 ++++++++ 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,3 +1,11 @@ +------------------------------------------------------------------- +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 -- cgit