X Tutup
Skip to content

Commit e536db6

Browse files
author
sebastigurin
committed
1 parent 958212f commit e536db6

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

incubator/net.sf.j2s.doc.user-guide/README.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,20 @@ Java2Script user guide
33
This project is an eclipse plugin that contains the sources of the guide, and
44
also 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,
77
toc.xml automatic generation from docbook. See j2s-user-guide/build.xml
88

99
= Render the document in html or pdf =
1010
execute 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+
1317
1) unzip docbook-xml-4.5.zip and docbook-xsl.zip. (these are common docbook dtd and
1418
stylesheets 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.

0 commit comments

Comments
 (0)
X Tutup