README 514 B

123456789101112131415161718192021222324
  1. synfig-docs 0.1
  2. ===============
  3. Build Dependences
  4. =================
  5. The complete file list I use in my system to build synfig-docs is included in
  6. build-deps file. Of course, it could be reduced...
  7. Build:
  8. ======
  9. - To build all langs/formats exec:
  10. scripts/build.sh
  11. - To build the lang $lang with format $format (pdf, ps or multiple-html)
  12. make SGMLDIR=$lang $format
  13. example: make SGMLDIR=en pdf
  14. - To clean tree:
  15. scripts/clean.sh
  16. Documents:
  17. ==========
  18. All built documents could be found in results directory.