1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-26 16:45:12 -04:00

po/Makefile: preset Project-Id-Version

This commit is contained in:
Kalle Olavi Niemitalo 2008-07-07 09:43:35 +03:00 committed by Kalle Olavi Niemitalo
parent 38779902a0
commit 01d5501228

View File

@ -1,6 +1,13 @@
top_builddir=..
include $(top_builddir)/Makefile.config
# We prefer the capitalized name for Project-Id-Version.
ifeq ($(PACKAGE), elinks)
PRETTY_PACKAGE = ELinks
else
PRETTY_PACKAGE = $(PACKAGE)
endif
# Where to install the catalog files.
localedir = $(datadir)/locale
@ -81,6 +88,9 @@ $(srcdir)$(PACKAGE).pot: $(POTFILES_ABS_LIST) $(srcdir)perl/msgaccel-prepare
-f $(POTFILES_ABS_LIST)
test -f $(PACKAGE).po
$(PERL) -I"$(srcdir)perl" $(srcdir)perl/msgaccel-prepare -S"$(top_srcdir)" $(PACKAGE).po
# GNU gettext 0.17 supports xgettext --package-version but is GPLv3+.
# This rule already requires Perl so use that instead.
$(PERL) -pi -e 's/(^"Project-Id-Version: )PACKAGE VERSION/$$1$(PRETTY_PACKAGE) $(VERSION)/i and $$found=1 unless $$found' $(PACKAGE).po
mv -f $(PACKAGE).po $(srcdir)$(PACKAGE).pot