File: README

package info (click to toggle)
synfigstudio 1.4.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 165,832 kB
  • sloc: cpp: 211,947; ansic: 67,096; sh: 11,343; makefile: 3,220; objc: 1,400; csh: 729; asm: 284; perl: 238; python: 213; ruby: 44; xml: 11
file content (23 lines) | stat: -rw-r--r-- 514 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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.