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:
Sven Neumann 2000-04-28 00:29:56 +00:00
parent a2831aa21b
commit 3371607836
2 changed files with 7 additions and 1 deletions

View file

@ -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

View file

@ -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 \