From 8a3dfe9c0e2941313940ed4a122e0db35a79cf69 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 3 Oct 2001 12:16:00 +0000 Subject: Back out the attempt to build fetchmail.pot. svn path=/trunk/; revision=3536 --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 832c4599..d010f562 100644 --- a/Makefile.in +++ b/Makefile.in @@ -174,7 +174,7 @@ install: cd $(DESTDIR)$(mandir) && ln -s fetchmail.$(manext) fetchmailconf.$(manext) @echo "Installing language catalogs..." -cd intl; $(MAKE) install - cd po; $(MAKE) update-po install + cd po; $(MAKE) install uninstall: rm -f $(DESTDIR)$(bindir)/fetchmail $(DESTDIR)$(bindir)/fetchmailconf @@ -312,7 +312,7 @@ dist: distclean MANIFEST Makefile.in distdocs make fetchmail-$(VERSION).tar.gz lsmgen.sh $(VERSION) `wc -c fetchmail-$(VERSION).tar.gz` >fetchmail.lsm make fetchmail-$(VERSION).tar.gz - -cd po; make update-po + #-cd po; make update-po ls -l fetchmail-$(VERSION).tar.gz @echo "Don't forget to build RPMs from root!" -- cgit v1.2.3