* 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

@@ -25,8 +25,7 @@ exec_prefix=@exec_prefix@
PACKAGE=@PACKAGE@
export GRAMPSDIR=@datadir@/@PACKAGE@
export GRAMPSPYDIR=@pkgpythondir@
export GRAMPSPLUGINSDIR=$GRAMPSPYDIR/plugins:$GRAMPSPYDIR/docgen:$GRAMPSPYDIR/filters
export GRAMPSPLUGINSDIR=$GRAMPDIR/plugins:$GRAMPSDIR/docgen
export GRAMPSLIBDIR=@libdir@/@PACKAGE@
export GRAMPSI18N=@prefix@/share/locale
@@ -37,4 +36,4 @@ else
export PYTHONPATH=$GRAMPSDIR:$GRAMPSLIBDIR:$GRAMPSPLUGINSDIR:$PYTHONPATH
fi
exec @PYTHON@ $GRAMPSPYDIR/gramps.py $*
exec @PYTHON@ $GRAMPSDIR/gramps.py $*