mirror of https://github.com/ademakov/libjit
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ketmar Dark
e3b1994594
|
9 years ago | |
---|---|---|
.. | ||
.gitignore | 12 years ago | |
Makefile.am | 8 years ago | |
README | 21 years ago | |
extract-docs.sh | 17 years ago | |
libjit.3 | 17 years ago | |
libjit.texi | 8 years ago | |
mangling_rules.txt | 21 years ago | |
mkhtml.sh | 21 years ago | |
mkhtml_onefile.sh | 8 years ago | |
mkpdf.sh | 21 years ago |
README
To generate HTML documentation, use the following command in the
"libjit/doc" directory:
mkdir outdir
./mkhtml.sh outdir
where "outdir" is the name of the directory to place the generated
HTML files in.
To generate PDF documentation, use the following command in the
"libjit/doc" directory:
./mkpdf.sh
This will generate "libjit.pdf". You will need to have PDFTeX installed
to do this.