File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
incubator/net.sf.j2s.doc.user-guide Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,20 @@ Java2Script user guide
33This project is an eclipse plugin that contains the sources of the guide, and
44also the eclipse help extension that "publish" the guide in eclipse help system.
55
6- Written in Docbook. With support for eclipse help format,
6+ The guide is written in Docbook. With support for eclipse help format,
77toc.xml automatic generation from docbook. See j2s-user-guide/build.xml
88
99= Render the document in html or pdf =
1010execute j2s-user-guide/make-all.sh
1111
1212= Creating htmls and toc.xml for eclipse help format ==
13+ r this plugin to work you will have to generate eclipse html help. Html files nd toc.xml
14+ are automatically generated from docbook sources and so are not included in this plugin sources.
15+ For generating eclipse files :
16+
13171) unzip docbook-xml-4.5.zip and docbook-xsl.zip. (these are common docbook dtd and
1418stylesheets for eclipse, and are not part of this plugin sources. Because of this we distribute only the zips. )
15- 2) execute ant create-eclipse-help ant task of j2s-user-guide/build.xml using the same JRE as the workspace.
19+ 2) execute ant create-eclipse-help ant task of j2s-user-guide/build.xml *** using the same JRE as the workspace*** .
1620
21+ That should generate html/ directory with lots of html documets and images, and the file toc.xml.
1722@author: Sebastián Gurin.
You can’t perform that action at this time.
0 commit comments