* Makefiles: updated for installation

* src/data/gnome-mime-application-x-gramps.png: new icon
* src/data/gramps.svg: new icon
* src/data/gramps.xml: mime information


svn: r3195
This commit is contained in:
Don Allingham
2004-05-27 04:29:43 +00:00
parent e7878c26f3
commit 9abe3ab152
19 changed files with 585 additions and 159 deletions

View File

@@ -2,7 +2,10 @@
# We could use GNU make's ':=' syntax for nice wildcard use,
# but that is not necessarily portable.
# If not using GNU make, then list all .py files individually
pkgpython_PYTHON = \
pkgdatadir = $(datadir)/@PACKAGE@/plugins
pkgdata_PYTHON = \
AncestorChart.py\
AncestorChart2.py\
AncestorReport.py\
@@ -73,8 +76,6 @@ GLADEFILES = \
book.glade\
writeftree.glade
pkgdatadir = $(datadir)/@PACKAGE@/plugins
dist_pkgdata_DATA = $(GLADEFILES)
GRAMPS_PY_MODPATH = "../:../docgen"