123456789101112131415161718192021222324 |
- synfig-docs 0.1
- ===============
- Build Dependences
- =================
- The complete file list I use in my system to build synfig-docs is included in
- build-deps file. Of course, it could be reduced...
- Build:
- ======
- - To build all langs/formats exec:
- scripts/build.sh
- - To build the lang $lang with format $format (pdf, ps or multiple-html)
- make SGMLDIR=$lang $format
- example: make SGMLDIR=en pdf
- - To clean tree:
- scripts/clean.sh
- Documents:
- ==========
- All built documents could be found in results directory.
|