aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-10-03 12:16:00 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-10-03 12:16:00 +0000
commit8a3dfe9c0e2941313940ed4a122e0db35a79cf69 (patch)
tree3b4be5b1478264efd21e594761c8a2d80dae66db /Makefile.in
parent1405a0444d316791af6a473324be754789fb98a1 (diff)
downloadfetchmail-8a3dfe9c0e2941313940ed4a122e0db35a79cf69.tar.gz
fetchmail-8a3dfe9c0e2941313940ed4a122e0db35a79cf69.tar.bz2
fetchmail-8a3dfe9c0e2941313940ed4a122e0db35a79cf69.zip
Back out the attempt to build fetchmail.pot.
svn path=/trunk/; revision=3536
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
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!"