You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2019/06/23 21:05:26 UTC

[roller] branch master updated: Change convenience binary release to include docs in PDF instead of ODT format.

This is an automated email from the ASF dual-hosted git repository.

snoopdave pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/roller.git


The following commit(s) were added to refs/heads/master by this push:
     new fdbffc3  Change convenience binary release to include docs in PDF instead of ODT format.
fdbffc3 is described below

commit fdbffc3dfeaa25d8cc6d21fd8272e37e1f1d4f09
Author: David M. Johnson <sn...@apache.org>
AuthorDate: Sun Jun 23 17:05:20 2019 -0400

    Change convenience binary release to include docs in PDF instead of ODT format.
---
 assembly-release/src/main/assembly/standard.xml | 12 ++++++++++++
 docs/README.md                                  |  8 ++++----
 2 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/assembly-release/src/main/assembly/standard.xml b/assembly-release/src/main/assembly/standard.xml
index 2bec4cf..e206cfe 100644
--- a/assembly-release/src/main/assembly/standard.xml
+++ b/assembly-release/src/main/assembly/standard.xml
@@ -55,6 +55,18 @@
             <source>../docs/roller-user-guide.odt</source>
             <outputDirectory>${artifact.artifactId}-${artifact.version}/docs</outputDirectory>
         </file>
+        <file>
+            <source>../docs/roller-install-guide.pdf</source>
+            <outputDirectory>${artifact.artifactId}-${artifact.version}/docs</outputDirectory>
+        </file>
+        <file>
+            <source>../docs/roller-template-guide.pdf</source>
+            <outputDirectory>${artifact.artifactId}-${artifact.version}/docs</outputDirectory>
+        </file>
+        <file>
+            <source>../docs/roller-user-guide.pdf</source>
+            <outputDirectory>${artifact.artifactId}-${artifact.version}/docs</outputDirectory>
+        </file>
     </files>
 
 </assembly>
diff --git a/docs/README.md b/docs/README.md
index 686b079..01448e2 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -1,10 +1,10 @@
 # docs/README.md
 
-In this directory you'll find Roller docs in Open Office (ODF) format, various examples and test plans.
+In this directory you'll find Roller docs in PDF and Open Office (ODR) format, various examples and test plans.
 
-* `roller-install-guide.odt` - How to install Roller
-* `roller-user-guide.odt` - How to use Roller
-* `roller-template-guide.odt` - How to create Roller templates and themes
+* `roller-install-guide.pdf` - How to install Roller
+* `roller-user-guide.pdf` - How to use Roller
+* `roller-template-guide.pdf` - How to create Roller templates and themes
 * `examples/` - example configuration and script files
 * `testing/` - Various test scripts