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 <jacques.le.r...@les7arts.com> 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