aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.cvs
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2002-07-16 23:27:08 +0000
committerFritz Elfert <felfert@to.com>2002-07-16 23:27:08 +0000
commit69c7a6c8660a875d13a037524625e4f2d85c3957 (patch)
tree102e4127ed810b4153fb7e139e08500009b24248 /Makefile.cvs
parent01b8f1000089ca02330dcb8a60da82477cbbdb21 (diff)
downloadplptools-69c7a6c8660a875d13a037524625e4f2d85c3957.tar.gz
plptools-69c7a6c8660a875d13a037524625e4f2d85c3957.tar.bz2
plptools-69c7a6c8660a875d13a037524625e4f2d85c3957.zip
- More gettext tweaks, moved .in.in files indo conf subdir
Diffstat (limited to 'Makefile.cvs')
-rw-r--r--Makefile.cvs8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.cvs b/Makefile.cvs
index 25f60f5..85761b4 100644
--- a/Makefile.cvs
+++ b/Makefile.cvs
@@ -44,15 +44,15 @@ $(LIBTOOLFILES):
libtoolize --force
$(GETTEXT): $(GETTEXTSHIT)
-ifeq ($(GV),11)
- cp configure.in.in configure.in
- cp Makefile.am.in Makefile.am
+ cp conf/configure.in.in configure.in
+ cp conf/Makefile.am.in Makefile.am
mkdir -p intl
+ifeq ($(GV),11)
echo n | gettextize --force --intl --no-changelog
cp po/Makevars.template po/Makevars
rm -f ChangeLog *~
else
- echo n | gettextize $(GP)
+ echo n | gettextize -f
endif
-test -f po/ChangeLog~ && mv -f po/ChangeLog~ po/ChangeLog