Commit 4ba01ed2 by Philipp Thomas Committed by Philipp Thomas

Makefile.in.in (stamp-check-pot): New target used for checking POTFILES.

2000-09-12  Philipp Thomas  <pthomas@suse.de>

	* Makefile.in.in (stamp-check-pot): New target used for
	checking POTFILES.
	* gcc.pot: Regenerated.
	* cat-tbl-id.c: Likewise.

From-SVN: r36346
parent bfa29b63
2000-09-12 Philipp Thomas <pthomas@suse.de>
* Makefile.in.in (stamp-check-pot): New target used for
checking POTFILES.
* gcc.pot: Regenerated.
* cat-tbl-id.c: Likewise.
2000-09-12 Philipp Thomas <pthomas@suse.de>
* POTFILES.in: Remove c-gperf.h, c-iterate.c,
cp/hash.h, cp/input.c, c-parse.h and cppulp.c.
* gcc.pot: Regenerated.
* cat-id-tbl.c: Likewise.
2000-07-13 Nick Clifton <nickc@cygnus.com>
* POTFILES.in: Add new gcc files.
......
......@@ -79,9 +79,12 @@ INSTOBJEXT = @INSTOBJEXT@
all: all-@USE_NLS@
all-yes: $(CATALOGS) @MAINT@ $(srcdir)/cat-id-tbl.c
all-yes: stamp-check-pot $(CATALOGS) @MAINT@ $(srcdir)/cat-id-tbl.c
all-no:
stamp-check-pot: $(POTFILES)
touch $@
$(srcdir)/$(PACKAGE).pot: $(POTFILES)
$(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
--add-comments --keyword=_ --keyword=N_ \
......@@ -187,7 +190,7 @@ dvi info tags TAGS ID:
mostlyclean:
rm -f core core.* *.pox $(PACKAGE).po *.old.po cat-id-tbl.tmp
rm -fr *.o
rm -fr *.o stamp-check-pot
clean: mostlyclean
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment