* src/gen/lib/Makefile.am, src/gen/db/Makefile.am, src/gen/proxy/Makefile.am, src/gen/utils/Makefile.am: Fix path structure
svn: r9295
This commit is contained in:
parent
1ac7e09eff
commit
aa0a835330
@ -1,3 +1,9 @@
|
|||||||
|
2007-11-04 Martin Hawlisch <Martin.Hawlisch@gmx.de>
|
||||||
|
* src/gen/lib/Makefile.am
|
||||||
|
* src/gen/db/Makefile.am
|
||||||
|
* src/gen/proxy/Makefile.am
|
||||||
|
* src/gen/utils/Makefile.am: Fix path structure
|
||||||
|
|
||||||
2007-11-03 Stéphane Charette <stephanecharette@gmail.com>
|
2007-11-03 Stéphane Charette <stephanecharette@gmail.com>
|
||||||
* src/plugins/NarrativeWeb.py: resize and link to large images
|
* src/plugins/NarrativeWeb.py: resize and link to large images
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# 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@/db
|
pkgdatadir = $(datadir)/@PACKAGE@/gen/db
|
||||||
|
|
||||||
pkgdata_PYTHON = \
|
pkgdata_PYTHON = \
|
||||||
__init__.py\
|
__init__.py\
|
||||||
@ -14,14 +14,14 @@ pkgdata_PYTHON = \
|
|||||||
exceptions.py \
|
exceptions.py \
|
||||||
iterator.py
|
iterator.py
|
||||||
|
|
||||||
pkgpyexecdir = @pkgpyexecdir@/db
|
pkgpyexecdir = @pkgpyexecdir@/gen/db
|
||||||
pkgpythondir = @pkgpythondir@/db
|
pkgpythondir = @pkgpythondir@/gen/db
|
||||||
|
|
||||||
|
|
||||||
# Clean up all the byte-compiled files
|
# Clean up all the byte-compiled files
|
||||||
MOSTLYCLEANFILES = *pyc *pyo
|
MOSTLYCLEANFILES = *pyc *pyo
|
||||||
|
|
||||||
GRAMPS_PY_MODPATH = "../"
|
GRAMPS_PY_MODPATH = "../../"
|
||||||
|
|
||||||
pycheck:
|
pycheck:
|
||||||
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
|
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# 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@/lib
|
pkgdatadir = $(datadir)/@PACKAGE@/gen/lib
|
||||||
|
|
||||||
pkgdata_PYTHON = \
|
pkgdata_PYTHON = \
|
||||||
addressbase.py \
|
addressbase.py \
|
||||||
@ -62,13 +62,13 @@ pkgdata_PYTHON = \
|
|||||||
urltype.py \
|
urltype.py \
|
||||||
witness.py
|
witness.py
|
||||||
|
|
||||||
pkgpyexecdir = @pkgpyexecdir@/lib
|
pkgpyexecdir = @pkgpyexecdir@/gen/lib
|
||||||
pkgpythondir = @pkgpythondir@/lib
|
pkgpythondir = @pkgpythondir@/gen/lib
|
||||||
|
|
||||||
# Clean up all the byte-compiled files
|
# Clean up all the byte-compiled files
|
||||||
MOSTLYCLEANFILES = *pyc *pyo
|
MOSTLYCLEANFILES = *pyc *pyo
|
||||||
|
|
||||||
GRAMPS_PY_MODPATH = "../"
|
GRAMPS_PY_MODPATH = "../../"
|
||||||
|
|
||||||
pycheck:
|
pycheck:
|
||||||
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
|
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# 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@/proxy
|
pkgdatadir = $(datadir)/@PACKAGE@/gen/proxy
|
||||||
|
|
||||||
pkgdata_PYTHON = \
|
pkgdata_PYTHON = \
|
||||||
__init__.py \
|
__init__.py \
|
||||||
@ -13,8 +13,8 @@ pkgdata_PYTHON = \
|
|||||||
private.py \
|
private.py \
|
||||||
proxybase.py
|
proxybase.py
|
||||||
|
|
||||||
pkgpyexecdir = @pkgpyexecdir@/gen
|
pkgpyexecdir = @pkgpyexecdir@/gen/proxy
|
||||||
pkgpythondir = @pkgpythondir@/gen
|
pkgpythondir = @pkgpythondir@/gen/proxy
|
||||||
|
|
||||||
|
|
||||||
# Clean up all the byte-compiled files
|
# Clean up all the byte-compiled files
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# 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@/utils
|
pkgdatadir = $(datadir)/@PACKAGE@/gen/utils
|
||||||
|
|
||||||
pkgdata_PYTHON = \
|
pkgdata_PYTHON = \
|
||||||
__init__.py \
|
__init__.py \
|
||||||
@ -12,14 +12,14 @@ pkgdata_PYTHON = \
|
|||||||
progressmon.py \
|
progressmon.py \
|
||||||
longop.py
|
longop.py
|
||||||
|
|
||||||
pkgpyexecdir = @pkgpyexecdir@/utils
|
pkgpyexecdir = @pkgpyexecdir@/gen/utils
|
||||||
pkgpythondir = @pkgpythondir@/utils
|
pkgpythondir = @pkgpythondir@/gen/utils
|
||||||
|
|
||||||
|
|
||||||
# Clean up all the byte-compiled files
|
# Clean up all the byte-compiled files
|
||||||
MOSTLYCLEANFILES = *pyc *pyo
|
MOSTLYCLEANFILES = *pyc *pyo
|
||||||
|
|
||||||
GRAMPS_PY_MODPATH = "../"
|
GRAMPS_PY_MODPATH = "../../"
|
||||||
|
|
||||||
pycheck:
|
pycheck:
|
||||||
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
|
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user