From 9f71b00bfd2919a7698c6d2e20c4e0094d88370a Mon Sep 17 00:00:00 2001 From: Roger Sheen Date: Sun, 4 Dec 2016 01:15:57 +0100 Subject: [PATCH] Use new double-hyphen syntax in transtype topics Signed-off-by: Roger Sheen --- user-guide/dita2eclipsehelp.dita | 4 ++-- user-guide/dita2html5.dita | 3 ++- user-guide/dita2htmlhelp.dita | 4 ++-- user-guide/dita2javahelp.dita | 8 +++++--- user-guide/dita2pdf.dita | 4 ++-- user-guide/dita2tocjs.dita | 3 ++- user-guide/dita2troff.dita | 3 ++- user-guide/dita2xhtml.dita | 3 ++- 8 files changed, 19 insertions(+), 13 deletions(-) diff --git a/user-guide/dita2eclipsehelp.dita b/user-guide/dita2eclipsehelp.dita index 8328e5c49..b5796cfcc 100644 --- a/user-guide/dita2eclipsehelp.dita +++ b/user-guide/dita2eclipsehelp.dita @@ -41,7 +41,7 @@ specialization provides additional control over metadata, as well as the ability to reference multiple TOC files, index files, and other Eclipse extensions.

To run the Eclipse help transformation, set the transtype parameter to - , or pass the option to the - dita command line.

+ , or pass the --format= option to + the dita command line.

diff --git a/user-guide/dita2html5.dita b/user-guide/dita2html5.dita index 8981eaec3..7c5effefe 100644 --- a/user-guide/dita2html5.dita +++ b/user-guide/dita2html5.dita @@ -12,6 +12,7 @@ style sheet that overrides the default styles, or generate a nav element with a navigation TOC in topic pages.

To run the HTML5 transformation, set the transtype parameter to , or - pass the option to the dita command line.

+ pass the --format= option to the dita command + line.

diff --git a/user-guide/dita2htmlhelp.dita b/user-guide/dita2htmlhelp.dita index 413813890..169a1b828 100644 --- a/user-guide/dita2htmlhelp.dita +++ b/user-guide/dita2htmlhelp.dita @@ -33,7 +33,7 @@

To run the HTML Help transformation, set the transtype parameter to - , or pass the option to the dita - command line.

+ , or pass the --format= option to the + dita command line.

diff --git a/user-guide/dita2javahelp.dita b/user-guide/dita2javahelp.dita index 987ad8d5b..fc1757bf1 100644 --- a/user-guide/dita2javahelp.dita +++ b/user-guide/dita2javahelp.dita @@ -8,13 +8,15 @@ needed to compile the project.

The Java Help output produces HTML files rather than XHTML files. In addition to the HTML output and CSS files, - this transformation type will return the following files:

    + this transformation type will return the following files: +
    • Table of Contents (toc.xml)
    • Sorted index (mapname_index.xml)
    • Other Java Help project files (map.jhm and mapname_helpset.hs)
    • If the Java Help compiler is located on the system, a compiled Java Help project will be returned.

    -

    To run the Java Help transformation, set the transtype parameter to , or - pass the option to the dita command line.

    +

    To run the Java Help transformation, set the transtype parameter to + , or pass the --format= option to the + dita command line.

    diff --git a/user-guide/dita2pdf.dita b/user-guide/dita2pdf.dita index 5e8f3320c..e7c19a32d 100644 --- a/user-guide/dita2pdf.dita +++ b/user-guide/dita2pdf.dita @@ -9,7 +9,7 @@

    This transformation was originally created as a plug-in and maintained outside of the main toolkit code. It was created as a more robust alternative to the demo PDF transformation in the original toolkit, and thus was known as PDF2. The plug-in was bundled into the default toolkit distribution with release 1.4.3.

    -

    To run the PDF transformation, set the transtype parameter to , or - pass the option to the dita command line.

    +

    To run the PDF transformation, set the transtype parameter to , or pass + the --format= option to the dita command line.

    diff --git a/user-guide/dita2tocjs.dita b/user-guide/dita2tocjs.dita index 127611df2..ed29f6fe4 100644 --- a/user-guide/dita2tocjs.dita +++ b/user-guide/dita2tocjs.dita @@ -11,6 +11,7 @@

    The transformation was updated so that it produces XHTML output and uses a default frameset.

    To run the TocJS transformation, set the transtype parameter to , or - pass the option to the dita command line.

    + pass the --format= option to the dita command + line.

    diff --git a/user-guide/dita2troff.dita b/user-guide/dita2troff.dita index ba50f8e28..3babc9338 100644 --- a/user-guide/dita2troff.dita +++ b/user-guide/dita2troff.dita @@ -12,6 +12,7 @@ simpletable elements. Most testing of troff output was performed using the Cygwin Linux emulator.

    To run the troff transformation, set the transtype parameter to , or - pass the option to the dita command line.

    + pass the --format= option to the dita command + line.

    diff --git a/user-guide/dita2xhtml.dita b/user-guide/dita2xhtml.dita index 11eff999d..b479c37d7 100644 --- a/user-guide/dita2xhtml.dita +++ b/user-guide/dita2xhtml.dita @@ -12,6 +12,7 @@ commonrtl.css for right-to-left languages). You can use toolkit parameters to add a custom style sheet to override the default styles.

    To run the XHTML transformation, set the transtype parameter to , or - pass the option to the dita command line.

    + pass the --format= option to the dita command + line.