updated dates within changelog files, updated readme to show how to build docs, updated root makefile to build the python docs as well, update the base makefile to allow building the source rpm on systems that are not fedora and can build rpms

This commit is contained in:
Blake J. Harnden 2017-08-18 16:35:26 -07:00
parent abc9e06fe1
commit 3324735a28
4 changed files with 21 additions and 11 deletions

View file

@ -42,7 +42,7 @@ master_doc = 'index'
# General information about the project.
project = u'CORE'
copyright = u'2012, core-dev'
copyright = u'2017, core-dev'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@ -223,7 +223,7 @@ man_pages = [
epub_title = u'CORE'
epub_author = u'core-dev'
epub_publisher = u'core-dev'
epub_copyright = u'2012, core-dev'
epub_copyright = u'2017, core-dev'
# The language of the text. It defaults to the language option
# or en if the language is not set.