From cd2c9544cdf112359456dfd6ff3ffbb545bdb145 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Mon, 5 Mar 2012 17:25:00 +0000 Subject: [PATCH] 5554: Ignore no more used .glade files on installation and translation svn: r19009 --- po/POTFILES.in | 6 ------ po/POTFILES.skip | 6 ++++++ src/plugins/export/Makefile.am | 15 --------------- src/plugins/import/Makefile.am | 10 ---------- 4 files changed, 6 insertions(+), 31 deletions(-) diff --git a/po/POTFILES.in b/po/POTFILES.in index 6621883fd..3909e93a1 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -749,7 +749,6 @@ src/plugins/tool/changetypes.glade src/plugins/tool/desbrowser.glade src/plugins/tool/eval.glade src/plugins/tool/eventcmp.glade -src/plugins/import/importgedcom.glade src/plugins/tool/leak.glade src/plugins/tool/finddupes.glade src/plugins/tool/mergecitations.glade @@ -759,11 +758,6 @@ src/plugins/tool/phpgedview.glade src/plugins/tool/relcalc.glade src/plugins/tool/soundgen.glade src/plugins/tool/removeunused.glade -src/plugins/export/exportcsv.glade -src/plugins/export/exportftree.glade -src/plugins/export/exportgeneweb.glade -src/plugins/export/exportvcalendar.glade -src/plugins/export/exportvcard.glade src/plugins/tool/verify.glade # diff --git a/po/POTFILES.skip b/po/POTFILES.skip index d32b39bda..9d5036f47 100644 --- a/po/POTFILES.skip +++ b/po/POTFILES.skip @@ -354,4 +354,10 @@ src/webapp/utils.py # Glade files # src/glade/gramps.glade +src/plugins/export/exportcsv.glade +src/plugins/export/exportftree.glade +src/plugins/export/exportgeneweb.glade +src/plugins/export/exportvcalendar.glade +src/plugins/export/exportvcard.glade +src/plugins/import/importgedcom.glade src/plugins/tool/check.glade diff --git a/src/plugins/export/Makefile.am b/src/plugins/export/Makefile.am index 2b911a22d..349085781 100644 --- a/src/plugins/export/Makefile.am +++ b/src/plugins/export/Makefile.am @@ -4,8 +4,6 @@ # but that is not necessarily portable. # If not using GNU make, then list all .py files individually -pkgdatadir = $(datadir)/@PACKAGE@/plugins/export - pkgpython_PYTHON = \ export.gpr.py \ ExportCsv.py \ @@ -20,19 +18,6 @@ pkgpython_PYTHON = \ pkgpyexecdir = @pkgpyexecdir@/plugins/export pkgpythondir = $(datadir)/@PACKAGE@/plugins/export -GLADEFILES = \ - exportcsv.glade \ - exportftree.glade \ - exportgeneweb.glade \ - exportvcalendar.glade \ - exportvcard.glade - - -GRAPHICS = - -DATAFILES = - -dist_pkgdata_DATA = $(GLADEFILES) $(GRAPHICS) $(DATAFILES) # Clean up all the byte-compiled files MOSTLYCLEANFILES = *pyc *pyo diff --git a/src/plugins/import/Makefile.am b/src/plugins/import/Makefile.am index e649f1e7c..08abf323d 100644 --- a/src/plugins/import/Makefile.am +++ b/src/plugins/import/Makefile.am @@ -4,8 +4,6 @@ # but that is not necessarily portable. # If not using GNU make, then list all .py files individually -pkgdatadir = $(datadir)/@PACKAGE@/plugins/import - pkgpython_PYTHON = \ import.gpr.py \ ImportCsv.py \ @@ -20,14 +18,6 @@ pkgpython_PYTHON = \ pkgpyexecdir = @pkgpyexecdir@/plugins/import pkgpythondir = $(datadir)/@PACKAGE@/plugins/import -GLADEFILES = \ - importgedcom.glade - -GRAPHICS = - -DATAFILES = - -dist_pkgdata_DATA = $(GLADEFILES) $(GRAPHICS) $(DATAFILES) # Clean up all the byte-compiled files MOSTLYCLEANFILES = *pyc *pyo