2012-05-20 04:26:19 +05:30
|
|
|
include AUTHORS
|
|
|
|
include COPYING
|
|
|
|
include FAQ
|
|
|
|
include INSTALL
|
2012-06-09 07:11:55 +05:30
|
|
|
include LICENSE
|
2012-05-20 04:26:19 +05:30
|
|
|
include MANIFEST.in
|
|
|
|
include NEWS
|
|
|
|
include RELEASE_NOTES
|
|
|
|
include TODO
|
|
|
|
include TestPlan.txt
|
|
|
|
recursive-include data *
|
|
|
|
recursive-include debian *
|
|
|
|
recursive-include docs *
|
|
|
|
recursive-include help *
|
|
|
|
recursive-include mac *
|
|
|
|
recursive-include po *
|
2012-09-30 20:29:36 +05:30
|
|
|
recursive-include gramps *
|
2012-05-20 04:26:19 +05:30
|
|
|
recursive-include test *
|
|
|
|
recursive-include windows *
|
|
|
|
|
|
|
|
# Remove files created in the build
|
|
|
|
exclude data/gramps.desktop
|
|
|
|
exclude data/gramps.keys
|
|
|
|
exclude data/gramps.xml
|
|
|
|
recursive-exclude data/man *.1
|
|
|
|
recursive-exclude data/man *.1.gz
|
2012-09-30 20:29:36 +05:30
|
|
|
exclude gramps/const.py
|
|
|
|
exclude gramps/data/tips.xml
|
|
|
|
exclude gramps/plugins/lib/holidays.xml
|
2012-05-20 04:26:19 +05:30
|
|
|
exclude po/*.gmo
|
|
|
|
exclude po/.intltool-merge-cache
|
|
|
|
exclude po/stamp-it
|
|
|
|
exclude po/POTFILES
|
|
|
|
global-exclude *.pyc
|
2012-09-30 20:29:36 +05:30
|
|
|
global-exclude *.py~
|
|
|
|
global-exclude *.pyo
|
2012-11-10 15:44:55 +05:30
|
|
|
global-exclude *.bak
|
2012-05-20 04:26:19 +05:30
|
|
|
|
|
|
|
# Remove directories which should not be included in the distribution
|
2012-12-22 23:37:18 +05:30
|
|
|
prune gramps/guiQML
|
|
|
|
prune gramps/webapp
|
2012-05-20 04:26:19 +05:30
|
|
|
|
|
|
|
# Remove Makefiles used by autotools
|
|
|
|
global-exclude Makefile*
|