- Depending on your local platform copy the file
makefile._platform_
tomakefile
. - Adjust your
makefile
according to your local installation. - Do not push you
makefile
to the books main repository. - Do not include your
makefile
in pull requests you send us.
Run:
>make clean
This will remove the files in the tex/
folder (for the configured BOOK
, FILE
and HELPBOOK
) and erase the content of out/
.
Change the name of the book in the makefi line in the makefile
:
BOOK=scout_intro
Possible values:
scout_intro
scout_frontend
To obtain the PDF Version run:
>make pdf
The result will be copied in /out/pdf/
.
To obtain the HTML Version run:
>make html
The result will be copied in /out/html/
.
To obtain the HTML Version run:
>make epub
The result will be copied in /out/epub/
.
Change the name of the book in the makefi line in the makefile
:
FILE=scout_install
Possible values:
scout_install
scout_helloworld
To obtain the PDF Version run:
>make file-pdf
The result will be copied in /out/pdf/
.
To obtain the HTML Version run:
>make file-html
The result will be copied in /out/html/
.
Check the name of the book in the makefi line in the makefile
:
HELPBOOK=scout_help
For the moment this is the only possible value.
To obtain the HTML Version run:
>make help-html
The result will be copied in /out/html/
.
- Use the issue tracker on GitHub.
- Use the Eclipse Scout Forum
This work is licensed under the Creative Commons Attribution License