Change convenience binary release to include docs in PDF instead of ODT format.
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