Repository: incubator-wave-docs
Updated Branches:
  refs/heads/0.4 e14218b4a -> 71d5f52d7


fixed naming to be ApacheWaveXXXXX-Y.Y.pdf

where x is the name of the document folder and y is the version number


Project: http://git-wip-us.apache.org/repos/asf/incubator-wave-docs/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-wave-docs/commit/71d5f52d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-wave-docs/tree/71d5f52d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-wave-docs/diff/71d5f52d

Branch: refs/heads/0.4
Commit: 71d5f52d77e9ac8771a481a7935720ee34f99a0d
Parents: e14218b
Author: Evan Hughes <ehu...@gmail.com>
Authored: Tue Jun 30 11:40:27 2015 +1000
Committer: Ali Lown <a...@lown.me.uk>
Committed: Tue Jun 30 02:43:17 2015 +0100

----------------------------------------------------------------------
 source/api/conf.py           | 2 +-
 source/developer/conf.py     | 2 +-
 source/documentation/conf.py | 2 +-
 source/manual/conf.py        | 2 +-
 source/protocol/conf.py      | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-wave-docs/blob/71d5f52d/source/api/conf.py
----------------------------------------------------------------------
diff --git a/source/api/conf.py b/source/api/conf.py
index 6c9e387..9bf7e93 100644
--- a/source/api/conf.py
+++ b/source/api/conf.py
@@ -242,7 +242,7 @@ latex_elements = {
 # (source start file, target name, title,
 #  author, documentclass [howto, manual, or own class]).
 latex_documents = [
-  (master_doc, 'ApacheWaveincubating.tex', u'Apache Wave (incubating) Api 
Documentation',
+  (master_doc, 'ApacheWaveAPI-' + version + '.tex', u'Apache Wave (incubating) 
Api Documentation',
    u'The Apache Wave Foundation', 'manual'),
 ]
 

http://git-wip-us.apache.org/repos/asf/incubator-wave-docs/blob/71d5f52d/source/developer/conf.py
----------------------------------------------------------------------
diff --git a/source/developer/conf.py b/source/developer/conf.py
index df29791..5f4dbc5 100644
--- a/source/developer/conf.py
+++ b/source/developer/conf.py
@@ -242,7 +242,7 @@ latex_elements = {
 # (source start file, target name, title,
 #  author, documentclass [howto, manual, or own class]).
 latex_documents = [
-  (master_doc, 'ApacheWaveincubating.tex', u'Apache Wave (incubating) 
Developer Documentation',
+  (master_doc, 'ApacheWaveDeveloper-' + version + '.tex', u'Apache Wave 
(incubating) Developer Documentation',
    u'The Apache Wave Foundation', 'manual'),
 ]
 

http://git-wip-us.apache.org/repos/asf/incubator-wave-docs/blob/71d5f52d/source/documentation/conf.py
----------------------------------------------------------------------
diff --git a/source/documentation/conf.py b/source/documentation/conf.py
index ee7b61e..da4118e 100644
--- a/source/documentation/conf.py
+++ b/source/documentation/conf.py
@@ -245,7 +245,7 @@ latex_elements = {
 # (source start file, target name, title,
 #  author, documentclass [howto, manual, or own class]).
 latex_documents = [
-  (master_doc, 'ApacheWaveincubating.tex', u'Apache Wave (incubating) 
Documentation',
+  (master_doc, 'ApacheWaveDocumentation-' + version + '.tex', u'Apache Wave 
(incubating) Documentation',
    u'The Apache Wave Foundation', 'manual'),
 ]
 

http://git-wip-us.apache.org/repos/asf/incubator-wave-docs/blob/71d5f52d/source/manual/conf.py
----------------------------------------------------------------------
diff --git a/source/manual/conf.py b/source/manual/conf.py
index 0dc84db..0623671 100644
--- a/source/manual/conf.py
+++ b/source/manual/conf.py
@@ -242,7 +242,7 @@ latex_elements = {
 # (source start file, target name, title,
 #  author, documentclass [howto, manual, or own class]).
 latex_documents = [
-  (master_doc, 'ApacheWaveincubating.tex', u'Apache Wave (incubating) 
Documentation',
+  (master_doc, 'ApacheWaveManual-' + version + '.tex', u'Apache Wave 
(incubating) Documentation',
    u'The Apache Wave Foundation', 'manual'),
 ]
 

http://git-wip-us.apache.org/repos/asf/incubator-wave-docs/blob/71d5f52d/source/protocol/conf.py
----------------------------------------------------------------------
diff --git a/source/protocol/conf.py b/source/protocol/conf.py
index 9f8ae39..64487f1 100644
--- a/source/protocol/conf.py
+++ b/source/protocol/conf.py
@@ -243,7 +243,7 @@ latex_elements = {
 # (source start file, target name, title,
 #  author, documentclass [howto, manual, or own class]).
 latex_documents = [
-  (master_doc, 'ApacheWaveincubating.tex', u'Apache Wave (incubating) Protocol 
Documentation',
+  (master_doc, 'ApacheWaveProtocol-' + version + '.tex', u'Apache Wave 
(incubating) Protocol Documentation',
    u'The Apache Wave Foundation', 'manual'),
 ]
 

Reply via email to