Author: jleroux
Date: Thu Oct 4 07:52:33 2018
New Revision: 1842783
URL:
http://svn.apache.org/viewvc?rev=1842783&view=revLog:
Improved: no functional change, use now asciidoctor to convert Birt Flexible
Reports documentation
Modified:
ofbiz/tools/updateWiki.bat
Modified: ofbiz/tools/updateWiki.bat
URL:
http://svn.apache.org/viewvc/ofbiz/tools/updateWiki.bat?rev=1842783&r1=1842782&r2=1842783&view=diff==============================================================================
--- ofbiz/tools/updateWiki.bat (original)
+++ ofbiz/tools/updateWiki.bat Thu Oct 4 07:52:33 2018
@@ -4,10 +4,11 @@ pandoc applications/datamodel/DATAMODEL_
pandoc themes/README.md -s -o tools/wiki-files/themes/README.md.html
-pandoc "plugins/birt/documents/Creating reports.md" -s -o "tools/wiki-files/birt/Creating reports.md.html"
-pandoc "plugins/birt/documents/Using the Birt Report Designer.md" -s -o "tools/wiki-files/birt/Using the Birt Report Designer.md.html"
-pandoc "plugins/birt/documents/How to use flexible reports.md" -s -o "tools/wiki-files/birt/How to use flexible reports.md.html"
-pandoc "plugins/birt/documents/Report master creation.md" -s -o "tools/wiki-files/birt/Report master creation.md.html"
+call asciidoctor README.adoc -o tools/wiki-files/README.html
+call asciidoctor "plugins/birt/documents/Creating reports.md" -o "tools/wiki-files/birt/Creating reports.md.html"
+call asciidoctor "plugins/birt/documents/Using the Birt Report Designer.md" -o "tools/wiki-files/birt/Using the Birt Report Designer.md.html"
+call asciidoctor "plugins/birt/documents/How to use flexible reports.md" -o "tools/wiki-files/birt/How to use flexible reports.md.html"
+call asciidoctor "plugins/birt/documents/Report master creation.md" -o "tools/wiki-files/birt/Report master creation.md.html"
pandoc tools/demo-backup/README.md -s -o tools/wiki-files/demos/README.md.html
pandoc tools/documentation/BuildBot/BuildBot.md -s -o tools/wiki-files/BuildBot/BuildBot.md.html