mirror of https://github.com/GNOME/gimp.git
fixed bug #13762.
2000-06-13 Sven Neumann <sven@gimp.org> * Makefile.in.in: (hopefully) fixed bug #13762.
This commit is contained in:
parent
f42e2f7cee
commit
07757a85a7
|
@ -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
|
||||
|
|
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue