This commit is contained in:
Blake J. Harnden 2018-01-15 02:20:11 -08:00
parent a166c162f7
commit f4f5c9f5d8
5 changed files with 11 additions and 6 deletions

View file

@ -9,6 +9,8 @@
- fixed some broken tests - fixed some broken tests
* BUGFIXES: * BUGFIXES:
- #142 - duplication of custom services - #142 - duplication of custom services
- #136 - sphinx-apidoc command not found
- #137 - make command fails when using distclean
2017-09-01 CORE 5.0 2017-09-01 CORE 5.0
* DEVELOPMENT: * DEVELOPMENT:

View file

@ -8,7 +8,7 @@
# #
if WANT_DOCS if WANT_DOCS
DOCS = doc daemon/doc DOCS = doc
endif endif
if WANT_GUI if WANT_GUI
GUI = gui GUI = gui

View file

@ -10,6 +10,10 @@
SETUPPY = setup.py SETUPPY = setup.py
SETUPPYFLAGS = -v SETUPPYFLAGS = -v
if WANT_DOCS
SUBDIRS = doc
endif
SBIN_FILES = \ SBIN_FILES = \
sbin/core-cleanup \ sbin/core-cleanup \
sbin/core-daemon \ sbin/core-daemon \
@ -121,8 +125,7 @@ rpm:
dist-hook: dist-hook:
rm -rf `find $(distdir)/ -name .svn` `find $(distdir)/ -name '*.pyc'` rm -rf `find $(distdir)/ -name .svn` `find $(distdir)/ -name '*.pyc'`
DISTCLEANFILES = Makefile.in core/*.pyc MANIFEST doc/Makefile.in doc/Makefile \ DISTCLEANFILES = Makefile.in core/*.pyc MANIFEST
doc/conf.py
# files to include with distribution tarball # files to include with distribution tarball
EXTRA_DIST = $(SETUPPY) MANIFEST.in core doc $(LOGROTATE_FILE) EXTRA_DIST = $(SETUPPY) MANIFEST.in core doc $(LOGROTATE_FILE)

View file

@ -8,7 +8,7 @@
# #
# extra cruft to remove # extra cruft to remove
DISTCLEANFILES = conf.py Makefile.in stamp-vti *.rst DISTCLEANFILES = conf.py Makefile Makefile.in stamp-vti *.rst
all: index.rst all: index.rst

View file

@ -1,10 +1,10 @@
# branch name for the sonar analysis # branch name for the sonar analysis
sonar.branch=origin/cleanup sonar.branch=origin/master
# required metadata # required metadata
sonar.projectKey=CORE sonar.projectKey=CORE
sonar.projectName=CORE sonar.projectName=CORE
sonar.projectVersion=1.0.0 sonar.projectVersion=5.1
# define modules # define modules
sonar.modules=PythonLibrary sonar.modules=PythonLibrary