Commit 365c26cd authored by pthomas's avatar pthomas

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.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36346 138bc75d-0d04-0410-961f-82ee72b054a4
parent 854c806e
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 diff is collapsed.
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