From b3737582a3d57974fcb308eda61cbfcb46df5551 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Fri, 25 Sep 2009 17:46:18 -1000 Subject: Update po/anaconda.pot during a 'bumpver' run. Since we have to store anaconda.pot in the source tree for the translators, make sure we update it when bumpver is run so it stays current. When you run 'make bumpver', you will now be checking in at least two files but up to three: anaconda.spec.in [required] configure.ac [required] po/anaconda.pot [optional, only if it needed updating] Make sure you add all of these files for 'New version' commits. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index a5ad89f86..c530623d4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -130,6 +130,7 @@ bumpver: (head -n $$cl anaconda.spec.in ; echo "$$DATELINE" ; cat newspeclog ; echo ""; cat speclog) > anaconda.spec.in.new ; \ mv anaconda.spec.in.new anaconda.spec.in ; rm -f speclog ; rm -f newspeclog ; \ sed -i "s/AC_INIT(\[$(PACKAGE_NAME)\], \[$(PACKAGE_VERSION)\], \[$(PACKAGE_BUGREPORT\])/AC_INIT(\[$(PACKAGE_NAME)\], \[$$NEWVERSION\], \[$(PACKAGE_BUGREPORT\])/" configure.ac + $(MAKE) -C po $(PACKAGE_NAME).pot-update install-buildrequires: yum install $$(grep BuildRequires: anaconda.spec.in | cut -d ' ' -f 2) -- cgit