5554: Ignore no more used .glade files on installation and translation
svn: r19010
This commit is contained in:
parent
5e6e83d53e
commit
4eb638fa15
@ -749,7 +749,6 @@ src/plugins/tool/changetypes.glade
|
|||||||
src/plugins/tool/desbrowser.glade
|
src/plugins/tool/desbrowser.glade
|
||||||
src/plugins/tool/eval.glade
|
src/plugins/tool/eval.glade
|
||||||
src/plugins/tool/eventcmp.glade
|
src/plugins/tool/eventcmp.glade
|
||||||
src/plugins/import/importgedcom.glade
|
|
||||||
src/plugins/tool/leak.glade
|
src/plugins/tool/leak.glade
|
||||||
src/plugins/tool/finddupes.glade
|
src/plugins/tool/finddupes.glade
|
||||||
src/plugins/tool/mergecitations.glade
|
src/plugins/tool/mergecitations.glade
|
||||||
@ -759,11 +758,6 @@ src/plugins/tool/phpgedview.glade
|
|||||||
src/plugins/tool/relcalc.glade
|
src/plugins/tool/relcalc.glade
|
||||||
src/plugins/tool/soundgen.glade
|
src/plugins/tool/soundgen.glade
|
||||||
src/plugins/tool/removeunused.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
|
src/plugins/tool/verify.glade
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -354,4 +354,10 @@ src/webapp/utils.py
|
|||||||
# Glade files
|
# Glade files
|
||||||
#
|
#
|
||||||
src/glade/gramps.glade
|
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
|
src/plugins/tool/check.glade
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
# but that is not necessarily portable.
|
# but that is not necessarily portable.
|
||||||
# If not using GNU make, then list all .py files individually
|
# If not using GNU make, then list all .py files individually
|
||||||
|
|
||||||
pkgdatadir = $(datadir)/@PACKAGE@/plugins/export
|
|
||||||
|
|
||||||
pkgpython_PYTHON = \
|
pkgpython_PYTHON = \
|
||||||
export.gpr.py \
|
export.gpr.py \
|
||||||
ExportCsv.py \
|
ExportCsv.py \
|
||||||
@ -20,19 +18,6 @@ pkgpython_PYTHON = \
|
|||||||
pkgpyexecdir = @pkgpyexecdir@/plugins/export
|
pkgpyexecdir = @pkgpyexecdir@/plugins/export
|
||||||
pkgpythondir = $(datadir)/@PACKAGE@/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
|
# Clean up all the byte-compiled files
|
||||||
MOSTLYCLEANFILES = *pyc *pyo
|
MOSTLYCLEANFILES = *pyc *pyo
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
# but that is not necessarily portable.
|
# but that is not necessarily portable.
|
||||||
# If not using GNU make, then list all .py files individually
|
# If not using GNU make, then list all .py files individually
|
||||||
|
|
||||||
pkgdatadir = $(datadir)/@PACKAGE@/plugins/import
|
|
||||||
|
|
||||||
pkgpython_PYTHON = \
|
pkgpython_PYTHON = \
|
||||||
import.gpr.py \
|
import.gpr.py \
|
||||||
ImportCsv.py \
|
ImportCsv.py \
|
||||||
@ -20,14 +18,6 @@ pkgpython_PYTHON = \
|
|||||||
pkgpyexecdir = @pkgpyexecdir@/plugins/import
|
pkgpyexecdir = @pkgpyexecdir@/plugins/import
|
||||||
pkgpythondir = $(datadir)/@PACKAGE@/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
|
# Clean up all the byte-compiled files
|
||||||
MOSTLYCLEANFILES = *pyc *pyo
|
MOSTLYCLEANFILES = *pyc *pyo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user