[ofbiz-tools] branch master updated: Improved: now using AsciiDoc in source

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ofbiz-tools] branch master updated: Improved: now using AsciiDoc in source

jleroux@apache.org
This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ofbiz-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new e56d203  Improved: now using AsciiDoc in source
e56d203 is described below

commit e56d2032f03513dacc31fd0aed9c8a9afb7a38d2
Author: Jacques Le Roux <[hidden email]>
AuthorDate: Wed Sep 9 19:42:18 2020 +0200

    Improved: now using AsciiDoc in source
   
    We no longer need to generate:
    wiki-files/data-model/DATAMODEL_CHANGES.md.html
    wiki-files/themes/README.md.html
---
 updateWiki.bat | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/updateWiki.bat b/updateWiki.bat
index 6c137a1..930ae42 100755
--- a/updateWiki.bat
+++ b/updateWiki.bat
@@ -2,10 +2,6 @@ cd tools
 
 call asciidoctor ..\README.adoc -o wiki-files/README.html
 
-pandoc ..\applications/datamodel/DATAMODEL_CHANGES.md -s -o wiki-files/data-model/DATAMODEL_CHANGES.md.html
-
-pandoc ..\themes/README.md -s -o wiki-files/themes/README.md.html
-
 pandoc demo-backup/README.md -s -o wiki-files/demos/README.md.html
 pandoc documentation/BuildBot/BuildBot.md -s -o wiki-files/BuildBot/BuildBot.md.html