Commit Graph

4 Commits

Author SHA1 Message Date
Vassilii Khachaturov
a145b8b8f2 Added tags file
svn: r22809
2013-08-06 22:25:52 +00:00
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
Nick Hall
1604af190d Update .gitignore
svn: r21041
2013-01-08 21:56:44 +00:00
Nick Hall
dbd8edaae6 Add .gitignore file
svn: r20781
2012-12-13 14:05:30 +00:00