[Pkg-owncloud-commits] [owncloud-doc] 25/40: add version number to project info, update copyright

David Prévot taffit at moszumanska.debian.org
Thu Dec 17 19:22:16 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag v8.2.2RC1
in repository owncloud-doc.

commit d86a5e15c8ac569cf2c5572298777bc2780ed94e
Author: Carla Schroder <carla at owncloud.com>
Date:   Fri Dec 4 15:25:28 2015 -0800

    add version number to project info, update copyright
---
 admin_manual/conf.py | 10 +++++-----
 user_manual/conf.py  | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/admin_manual/conf.py b/admin_manual/conf.py
index e12a80f..86a4816 100644
--- a/admin_manual/conf.py
+++ b/admin_manual/conf.py
@@ -40,10 +40,6 @@ source_suffix = '.rst'
 # The master toctree document.
 master_doc = 'contents'
 
-# General information about the project.
-project = u'ownCloud 8.2 Server Administration Manual'
-copyright = u'2012-2016, The ownCloud developers'
-
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
 # built documents.
@@ -53,6 +49,10 @@ version = '8.2'
 # The full version, including alpha/beta/rc tags.
 release = '8.2'
 
+# General information about the project.
+project = u'ownCloud %s Server Administration Manual' % (version)
+copyright = u'2012-2016, The ownCloud developers'
+
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
 #language = None
@@ -245,7 +245,7 @@ texinfo_documents = [ ('contents', 'ownCloud Server Admin Manual', u'ownCloud Se
 epub_title = u'ownCloud Server Administration Manual'
 epub_author = u'The ownCloud developers'
 epub_publisher = u'The ownCloud developers'
-epub_copyright = u'2012-2015, The ownCloud developers'
+epub_copyright = u'2012-2016, The ownCloud developers'
 
 # The language of the text. It defaults to the language option
 # or en if the language is not set.
diff --git a/user_manual/conf.py b/user_manual/conf.py
index 43127fb..98a9374 100644
--- a/user_manual/conf.py
+++ b/user_manual/conf.py
@@ -39,10 +39,6 @@ source_suffix = '.rst'
 # The master toctree document.
 master_doc = 'contents'
 
-# General information about the project.
-project = u'ownCloud User Manual'
-copyright = u'2012-2015, The ownCloud developers'
-
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
 # built documents.
@@ -52,6 +48,10 @@ version = '8.2'
 # The full version, including alpha/beta/rc tags.
 release = '8.2'
 
+# General information about the project.
+project = u'ownCloud %s User Manual' % (version)
+copyright = u'2012-2016, The ownCloud developers'
+
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
 #language = None
@@ -253,7 +253,7 @@ texinfo_documents = [
 epub_title = u'ownCloud User Manual'
 epub_author = u'The ownCloud developers'
 epub_publisher = u'The ownCloud developers'
-epub_copyright = u'2012-2015, The ownCloud developers'
+epub_copyright = u'2012-2016, The ownCloud developers'
 
 # The language of the text. It defaults to the language option
 # or en if the language is not set.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list