From ae1d6d38f01d6ef577a89389a85c3bdbba4e993b Mon Sep 17 00:00:00 2001 From: John Dennis Date: Tue, 9 Mar 2010 17:07:21 -0500 Subject: remove .pot target from Makefile.in We want to manually make the .pot file, we shouldn't have anything in the Makefile which will cause the .pot file to be rebuilt because of dependencies. --- install/po/Makefile.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'install') diff --git a/install/po/Makefile.in b/install/po/Makefile.in index f696c17f..8cb57891 100644 --- a/install/po/Makefile.in +++ b/install/po/Makefile.in @@ -185,9 +185,6 @@ create-po: $(DOMAIN).pot fi; \ done -$(DOMAIN).pot: $(POTFILES) - $(MAKE) update-pot - update-po: update-pot $(MAKE) all -- cgit