* src/Makefile.am: Clean byte-compiled files.
* src/DataViews/Makefile.am: Clean byte-compiled files. * src/GrampsDb/Makefile.am: Clean byte-compiled files. * src/Config/Makefile.am: Clean byte-compiled files. * src/RelLib/Makefile.am: Clean byte-compiled files. * src/Editors/Makefile.am: Clean byte-compiled files. * src/plugins/Makefile.am: Clean byte-compiled files. * src/ObjectSelector/Makefile.am: Clean byte-compiled files. * src/TreeViews/Makefile.am: Clean byte-compiled files. * src/Models/Makefile.am: Clean byte-compiled files. * src/Mime/Makefile.am: Clean byte-compiled files. * src/GrampsLogger/Makefile.am: Clean byte-compiled files. * src/PluginUtils/Makefile.am: Clean byte-compiled files. * src/docgen/Makefile.am: Clean byte-compiled files. * src/DateHandler/Makefile.am: Clean byte-compiled files. svn: r6295
This commit is contained in:
@@ -20,25 +20,8 @@ SUBDIRS = \
|
||||
images \
|
||||
plugins
|
||||
|
||||
# For intl. support, how do we compile?
|
||||
MOSTLYCLEANFILES =
|
||||
CLEANFILES = const.pyc const.pyo
|
||||
|
||||
# What are the PYTHON scripts for this package that need to be handled?
|
||||
#
|
||||
# We only want optimized byte-compiled (.pyo) versions, no .pyc
|
||||
# In principle, this is handled by PYCFILES and PYOFILES, but
|
||||
# they don't seem to work so we edited the py-compile script instead
|
||||
|
||||
gdirdir=$(prefix)/share/gramps
|
||||
|
||||
docfiles = \
|
||||
RelLib.py \
|
||||
Date.py \
|
||||
DateParser.py \
|
||||
DateDisplay.py \
|
||||
GrampsDbBase.py
|
||||
|
||||
gdir_PYTHON = \
|
||||
AddMedia.py\
|
||||
ansel_utf8.py\
|
||||
@@ -96,6 +79,12 @@ gdir_PYTHON = \
|
||||
SelectFamily.py\
|
||||
SelectSource.py
|
||||
|
||||
# Clean up all the byte-compiled files
|
||||
MOSTLYCLEANFILES = *pyc *pyo
|
||||
|
||||
# Which modules to document
|
||||
docmodules = RelLib DateHandler GrampsDb
|
||||
|
||||
pycheck:
|
||||
for d in $(SUBDIRS) ; do \
|
||||
(cd $$d; make pycheck); \
|
||||
@@ -103,8 +92,8 @@ pycheck:
|
||||
pychecker $(gdir_PYTHON)
|
||||
|
||||
docs:
|
||||
epydoc -o doc --url http://gramps.sourceforge.net --name GRAMPS --html $(docfiles)
|
||||
epydoc --pdf $(docfiles)
|
||||
epydoc -o doc --url http://gramps.sourceforge.net --name GRAMPS --html $(docmodules)
|
||||
epydoc --pdf $(docmodules)
|
||||
|
||||
cmdplug:
|
||||
./build_cmdplug
|
||||
|
||||
Reference in New Issue
Block a user