mirror of https://github.com/GNOME/gimp.git
made the Makefile update the pot-file if a script changes, so hopefully
the next release will include a complete pot-file. --Sven
This commit is contained in:
parent
a2831aa21b
commit
3371607836
|
@ -1,3 +1,9 @@
|
|||
2000-04-28 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* Makefile.in.in: made the Makefile update the pot-file if a
|
||||
script changes, so hopefully the next release will include
|
||||
a complete pot-file.
|
||||
|
||||
2000-04-28 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* de.po: updated german translation
|
||||
|
|
|
@ -88,7 +88,7 @@ all: all-@USE_NLS@
|
|||
all-yes: cat-id-tbl.c $(CATALOGS)
|
||||
all-no:
|
||||
|
||||
$(srcdir)/$(PACKAGE).pot: $(POTFILES)
|
||||
$(srcdir)/$(PACKAGE).pot: $(POTFILES) $(POTSCRIPTS)
|
||||
$(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
|
||||
--add-comments --keyword=_ --keyword=N_ \
|
||||
--files-from=$(srcdir)/POTFILES.in \
|
||||
|
|
Loading…
Reference in New Issue