aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.cvs
diff options
context:
space:
mode:
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