From 894a7533821f87c5fece0fcf279491d9069a3ba9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Mon, 5 Mar 2012 17:31:22 +0000 Subject: [PATCH] 5554: Ignore no more used .glade files on installation and translation svn: r19011 --- po/POTFILES.in | 6 ------ po/POTFILES.skip | 6 ++++++ src/plugins/export/Makefile.am | 13 ------------- src/plugins/import/Makefile.am | 9 --------- 4 files changed, 6 insertions(+), 28 deletions(-) diff --git a/po/POTFILES.in b/po/POTFILES.in index 7bd5c1278..599190b55 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -715,7 +715,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/ownereditor.glade @@ -724,11 +723,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 ded37cd1f..a39733f13 100644 --- a/po/POTFILES.skip +++ b/po/POTFILES.skip @@ -334,4 +334,10 @@ src/web/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 f49f36245..d739544a7 100644 --- a/src/plugins/export/Makefile.am +++ b/src/plugins/export/Makefile.am @@ -18,19 +18,6 @@ pkgpython_PYTHON = \ pkgpyexecdir = @pkgpyexecdir@/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 1e35b9e7e..2e4ca6176 100644 --- a/src/plugins/import/Makefile.am +++ b/src/plugins/import/Makefile.am @@ -19,15 +19,6 @@ pkgpython_PYTHON = \ pkgpyexecdir = @pkgpyexecdir@/plugins/import -GLADEFILES = \ - importgedcom.glade - -GRAPHICS = - -DATAFILES = - -dist_pkgdata_DATA = $(GLADEFILES) $(GRAPHICS) $(DATAFILES) - # Clean up all the byte-compiled files MOSTLYCLEANFILES = *pyc *pyo