aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.cvs
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2001-03-24 17:30:27 +0000
committerFritz Elfert <felfert@to.com>2001-03-24 17:30:27 +0000
commit2bae21ae65a3f1de3bd39d62b1064f63688f2430 (patch)
tree096b5cbfbba0df38c1c8730173b08f8289f04482 /Makefile.cvs
parenta39d37ff1d11b62cd67fe1b6c97ae234c9af4761 (diff)
downloadplptools-2bae21ae65a3f1de3bd39d62b1064f63688f2430.tar.gz
plptools-2bae21ae65a3f1de3bd39d62b1064f63688f2430.tar.bz2
plptools-2bae21ae65a3f1de3bd39d62b1064f63688f2430.zip
Fixed nls depencies
Diffstat (limited to 'Makefile.cvs')
-rw-r--r--Makefile.cvs9
1 files changed, 6 insertions, 3 deletions
diff --git a/Makefile.cvs b/Makefile.cvs
index 90ec741..b7c3f10 100644
--- a/Makefile.cvs
+++ b/Makefile.cvs
@@ -2,6 +2,7 @@ LIBTOOLFILES = conf/config.guess conf/config.sub conf/ltconfig conf/ltmain.sh
AUTOMAKEFILES = conf/mkinstalldirs conf/missing conf/install-sh
CONFIGHIN = include/config.h.in
ACLOCAL = conf/aclocal.m4
+GETTEXT = intl/Makefile.in
all:
@echo "Use make devel for development, make dist for distribution"
@@ -10,11 +11,11 @@ build: devel
./configure --prefix=/usr --mandir=/usr/share/man --enable-debug --enable-kde
make
-devel: $(LIBTOOLFILES) $(AUTOMAKEFILES)
+devel: $(GETTEXT) $(LIBTOOLFILES) $(AUTOMAKEFILES)
autoconf
touch include/stamp-h.in
-dist: $(LIBTOOLFILES) $(AUTOMAKEFILES)
+dist: $(GETTEXT) $(LIBTOOLFILES) $(AUTOMAKEFILES)
autoconf
touch include/stamp-h.in
./configure --enable-kde
@@ -27,9 +28,11 @@ $(CONFIGHIN): acconfig.h
autoheader
$(LIBTOOLFILES):
- -gettextize
libtoolize
+$(GETTEXT): $(ACLOCAL)
+ echo n | gettextize -f
+
$(AUTOMAKEFILES): $(ACLOCAL) $(CONFIGHIN)
automake --add-missing
make -C kde2 -f Makefile.am am_edit