Commit Graph

4 Commits

Author SHA1 Message Date
John Ralls
3a73837dc9 [r21613]Determine Paths at Runtime
Uses GRAMPS_RESOURCES to override the root location of the Gramps data
files (which would normally be $(prefix)/share). In setup.py install,
writes $(prefix)/share to gen/utils/resource-path, installs that file,
then deletes it again from the source tree. The presence or absence
determines whether Gramps is running from the source directory or from
an installation.

Const.py is now a static file; const.py.in is no longer used. Note that
because importing const into setup tried to initialize things that we
don't want initialized, VERSION is removed, and imported from
gramps.version -- a file which will be added in the next change.
Consequently, this commit will not run.

svn: r21618
2013-03-11 22:54:20 +00:00
Paul Franklin
6170e7fcbd add "Id" property
svn: r20707
2012-11-27 03:41:05 +00:00
Nick Hall
760806a7f9 Changes to imports - part 8
svn: r20493
2012-10-02 21:59:59 +00:00
Benny Malengier
564a2f01f8 GEPS 026: Replace 'make' for Gramps build
support windows, Gramps collides with the directory gramps


svn: r20468
2012-09-30 14:33:28 +00:00