try to improve backport for #5554; consistency against trunk
svn: r18987
This commit is contained in:
parent
037c1251ca
commit
2622d07ccc
@ -18,7 +18,6 @@ pkgpython_PYTHON = \
|
|||||||
__init__.py
|
__init__.py
|
||||||
|
|
||||||
pkgpyexecdir = @pkgpyexecdir@/Filters/Rules/MediaObject
|
pkgpyexecdir = @pkgpyexecdir@/Filters/Rules/MediaObject
|
||||||
pkgpythondir = $(datadir)/@PACKAGE@/Filters/Rules/MediaObject
|
|
||||||
|
|
||||||
# Clean up all the byte-compiled files
|
# Clean up all the byte-compiled files
|
||||||
MOSTLYCLEANFILES = *pyc *pyo
|
MOSTLYCLEANFILES = *pyc *pyo
|
||||||
|
@ -12,7 +12,6 @@ pkgpython_PYTHON = \
|
|||||||
_pythonmime.py
|
_pythonmime.py
|
||||||
|
|
||||||
pkgpyexecdir = @pkgpyexecdir@/gen/mime
|
pkgpyexecdir = @pkgpyexecdir@/gen/mime
|
||||||
pkgpythondir = $(datadir)/@PACKAGE@/gen/mime
|
|
||||||
|
|
||||||
# Clean up all the byte-compiled files
|
# Clean up all the byte-compiled files
|
||||||
MOSTLYCLEANFILES = *pyc *pyo
|
MOSTLYCLEANFILES = *pyc *pyo
|
||||||
|
@ -18,7 +18,6 @@ pkgpython_PYTHON = \
|
|||||||
SvgDrawDoc.py
|
SvgDrawDoc.py
|
||||||
|
|
||||||
pkgpyexecdir = @pkgpyexecdir@/plugins/docgen
|
pkgpyexecdir = @pkgpyexecdir@/plugins/docgen
|
||||||
pkgpythondir = $(datadir)/@PACKAGE@/plugins/docgen
|
|
||||||
|
|
||||||
GLADEFILES = \
|
GLADEFILES = \
|
||||||
gtkprint.glade
|
gtkprint.glade
|
||||||
|
@ -15,7 +15,6 @@ pkgpython_PYTHON = \
|
|||||||
TimeLine.py
|
TimeLine.py
|
||||||
|
|
||||||
pkgpyexecdir = @pkgpyexecdir@/plugins/drawreport
|
pkgpyexecdir = @pkgpyexecdir@/plugins/drawreport
|
||||||
pkgpythondir = $(datadir)/@PACKAGE@/plugins/drawreport
|
|
||||||
|
|
||||||
# Clean up all the byte-compiled files
|
# Clean up all the byte-compiled files
|
||||||
MOSTLYCLEANFILES = *pyc *pyo
|
MOSTLYCLEANFILES = *pyc *pyo
|
||||||
|
@ -17,7 +17,6 @@ pkgpython_PYTHON = \
|
|||||||
ExportXml.py
|
ExportXml.py
|
||||||
|
|
||||||
pkgpyexecdir = @pkgpyexecdir@/plugins/export
|
pkgpyexecdir = @pkgpyexecdir@/plugins/export
|
||||||
pkgpythondir = $(datadir)/@PACKAGE@/plugins/export
|
|
||||||
|
|
||||||
GLADEFILES = \
|
GLADEFILES = \
|
||||||
exportcsv.glade \
|
exportcsv.glade \
|
||||||
|
@ -44,7 +44,6 @@ pkgpython_PYTHON = \
|
|||||||
WhatsNext.py
|
WhatsNext.py
|
||||||
|
|
||||||
pkgpyexecdir = @pkgpyexecdir@/plugins/gramplet
|
pkgpyexecdir = @pkgpyexecdir@/plugins/gramplet
|
||||||
pkgpythondir = $(datadir)/@PACKAGE@/plugins/gramplet
|
|
||||||
|
|
||||||
# Clean up all the byte-compiled files
|
# Clean up all the byte-compiled files
|
||||||
MOSTLYCLEANFILES = *pyc *pyo
|
MOSTLYCLEANFILES = *pyc *pyo
|
||||||
|
@ -12,7 +12,6 @@ pkgpython_PYTHON = \
|
|||||||
GVRelGraph.py
|
GVRelGraph.py
|
||||||
|
|
||||||
pkgpyexecdir = @pkgpyexecdir@/plugins/graph
|
pkgpyexecdir = @pkgpyexecdir@/plugins/graph
|
||||||
pkgpythondir = $(datadir)/@PACKAGE@/plugins/graph
|
|
||||||
|
|
||||||
# Clean up all the byte-compiled files
|
# Clean up all the byte-compiled files
|
||||||
MOSTLYCLEANFILES = *pyc *pyo
|
MOSTLYCLEANFILES = *pyc *pyo
|
||||||
|
@ -17,7 +17,6 @@ pkgpython_PYTHON = \
|
|||||||
ImportXml.py
|
ImportXml.py
|
||||||
|
|
||||||
pkgpyexecdir = @pkgpyexecdir@/plugins/import
|
pkgpyexecdir = @pkgpyexecdir@/plugins/import
|
||||||
pkgpythondir = $(datadir)/@PACKAGE@/plugins/import
|
|
||||||
|
|
||||||
GLADEFILES = \
|
GLADEFILES = \
|
||||||
importgedcom.glade
|
importgedcom.glade
|
||||||
|
@ -12,7 +12,6 @@ pkgpython_PYTHON = \
|
|||||||
eniroswedenmap.py
|
eniroswedenmap.py
|
||||||
|
|
||||||
pkgpyexecdir = @pkgpyexecdir@/plugins/mapservices
|
pkgpyexecdir = @pkgpyexecdir@/plugins/mapservices
|
||||||
pkgpythondir = $(datadir)/@PACKAGE@/plugins/mapservices
|
|
||||||
|
|
||||||
GLADEFILES =
|
GLADEFILES =
|
||||||
|
|
||||||
|
@ -21,7 +21,6 @@ pkgpython_PYTHON = \
|
|||||||
siblings.py
|
siblings.py
|
||||||
|
|
||||||
pkgpyexecdir = @pkgpyexecdir@/plugins/quickview
|
pkgpyexecdir = @pkgpyexecdir@/plugins/quickview
|
||||||
pkgpythondir = $(datadir)/@PACKAGE@/plugins/quickview
|
|
||||||
|
|
||||||
# Clean up all the byte-compiled files
|
# Clean up all the byte-compiled files
|
||||||
MOSTLYCLEANFILES = *pyc *pyo
|
MOSTLYCLEANFILES = *pyc *pyo
|
||||||
|
@ -27,7 +27,6 @@ pkgpython_PYTHON = \
|
|||||||
rel_sv.py
|
rel_sv.py
|
||||||
|
|
||||||
pkgpyexecdir = @pkgpyexecdir@/plugins/rel
|
pkgpyexecdir = @pkgpyexecdir@/plugins/rel
|
||||||
pkgpythondir = $(datadir)/@PACKAGE@/plugins/rel
|
|
||||||
|
|
||||||
# Clean up all the byte-compiled files
|
# Clean up all the byte-compiled files
|
||||||
MOSTLYCLEANFILES = *pyc *pyo
|
MOSTLYCLEANFILES = *pyc *pyo
|
||||||
|
@ -10,7 +10,6 @@ pkgpython_PYTHON = \
|
|||||||
sidebar.gpr.py
|
sidebar.gpr.py
|
||||||
|
|
||||||
pkgpyexecdir = @pkgpyexecdir@/plugins/sidebar
|
pkgpyexecdir = @pkgpyexecdir@/plugins/sidebar
|
||||||
pkgpythondir = $(datadir)/@PACKAGE@/plugins/sidebar
|
|
||||||
|
|
||||||
# Clean up all the byte-compiled files
|
# Clean up all the byte-compiled files
|
||||||
MOSTLYCLEANFILES = *pyc *pyo
|
MOSTLYCLEANFILES = *pyc *pyo
|
||||||
|
@ -24,7 +24,6 @@ pkgpython_PYTHON = \
|
|||||||
textplugins.gpr.py
|
textplugins.gpr.py
|
||||||
|
|
||||||
pkgpyexecdir = @pkgpyexecdir@/plugins/textreport
|
pkgpyexecdir = @pkgpyexecdir@/plugins/textreport
|
||||||
pkgpythondir = $(datadir)/@PACKAGE@/plugins/textreport
|
|
||||||
|
|
||||||
# Clean up all the byte-compiled files
|
# Clean up all the byte-compiled files
|
||||||
MOSTLYCLEANFILES = *pyc *pyo
|
MOSTLYCLEANFILES = *pyc *pyo
|
||||||
|
@ -32,7 +32,6 @@ pkgpython_PYTHON = \
|
|||||||
view.gpr.py
|
view.gpr.py
|
||||||
|
|
||||||
pkgpyexecdir = @pkgpyexecdir@/plugins/view
|
pkgpyexecdir = @pkgpyexecdir@/plugins/view
|
||||||
pkgpythondir = $(datadir)/@PACKAGE@/plugins/view
|
|
||||||
|
|
||||||
# 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