2000-06-13  Sven Neumann  <sven@gimp.org>

	* Makefile.in.in: (hopefully) fixed bug #13762.
This commit is contained in:
Sven Neumann 2000-06-13 01:26:55 +00:00 committed by Sven Neumann
parent f42e2f7cee
commit 07757a85a7
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-06-13 Sven Neumann <sven@gimp.org>
* Makefile.in.in: (hopefully) fixed bug #13762.
2000-06-13 Sven Neumann <sven@gimp.org>
* it.po: updates to italian translation by Daniele Medri

View File

@ -92,7 +92,7 @@ $(srcdir)/$(PACKAGE).pot: $(POTFILES) $(POTSCRIPTS)
$(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
--add-comments --keyword=_ --keyword=N_ \
--files-from=$(srcdir)/POTFILES.in \
&& $(SXGETTEXT) $(POTSCRIPTS) >> $(srcdir)/$(PACKAGE).po \
&& $(SXGETTEXT) $(POTSCRIPTS) >> $(PACKAGE).po \
&& test ! -f $(PACKAGE).po \
|| ( rm -f $(srcdir)/$(PACKAGE).pot \
&& mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot )