Things we plan to do. Comments welcome.
-- For gcc: Making the .pot files is maintainer mode; otherwise building
- breaks for normal users which don't have all the source.
-
- Respect the GNU standard targets in intl/Makefile.in and po/Makefile.in.in.
- gettextize needs not copy intl/ChangeLog. Instead create an empty ChangeLog,
all-yes: $(CATALOGS)
all-no:
+# Note: Target 'all' must not depend on target '$(srcdir)/$(PACKAGE).pot',
+# otherwise packages like GCC can not be built if only parts of the source
+# have been downloaded.
+
$(srcdir)/$(PACKAGE).pot: $(POTFILES)
$(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
--add-comments --keyword=_ --keyword=N_ \