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:
parent
abc9e06fe1
commit
3324735a28
4 changed files with 21 additions and 11 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue