* 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:
@@ -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 $*
|
||||
|
||||
Reference in New Issue
Block a user