From 7ed6e7f4fbbde532e3cc0c9f5ccaa0a114dfbee8 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 2 Jan 2001 22:42:09 +0000 Subject: Big i18n commit. From Conectiva, originally. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 836bb25d..796409b1 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,7 @@ mandir=/usr/share/man all: (cd src; make) + (make -C po) install: mkdir -p $(ROOT)/etc/profile.d $(ROOT)/sbin $(ROOT)/usr/sbin mkdir -p $(ROOT)$(mandir)/man8 @@ -39,6 +40,7 @@ install: ln -sf ../../../sbin/ifup . ; \ ln -sf ../../../sbin/ifdown . ) (cd src; make install ROOT=$(ROOT) mandir=$(mandir)) + (cd po ; make install PREFIX=$(ROOT)) mkdir -p $(ROOT)/var/run/netreport chown $(SUPERUSER).$(SUPERGROUP) $(ROOT)/var/run/netreport chmod og=rwx,o=rx $(ROOT)/var/run/netreport @@ -59,6 +61,7 @@ changelog: clean: (cd src; make clean) + (cd po; make clean) @rm -fv *~ changenew ChangeLog.old tag-archive: -- cgit v1.2.1