update POTFILES and Makefile references according to 'po/test/po_test.py'

svn: r20003
This commit is contained in:
Jérôme Rapinat
2012-07-15 14:42:46 +00:00
parent d26a7312d9
commit 216bbfee1e
4 changed files with 20 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
# This is the src/RelLib level Makefile for Gramps
# This is the src/gen/db level Makefile for Gramps
# $Id$
# We could use GNU make's ':=' syntax for nice wildcard use,
# but that is not necessarily portable.
@@ -13,6 +13,7 @@ pkgpython_PYTHON = \
bsddbtxn.py \
cursor.py \
dbconst.py \
dictionary.py \
exceptions.py \
read.py \
txn.py \

View File

@@ -1,4 +1,4 @@
# This is the src/RelLib level Makefile for Gramps
# This is the src/gen/merge level Makefile for Gramps
# $Id: Makefile.am 18851 2012-02-10 20:25:15Z josipsf $
# We could use GNU make's ':=' syntax for nice wildcard use,
# but that is not necessarily portable.
@@ -8,6 +8,7 @@ pkgpythondir = $(datadir)/@PACKAGE@/gen/merge
pkgpython_PYTHON = \
__init__.py \
diff.py \
mergepersonquery.py \
mergefamilyquery.py \
mergeeventquery.py \