Initial documentation tree.
[synfig.git] / synfig-docs / trunk / README
diff --git a/synfig-docs/trunk/README b/synfig-docs/trunk/README
new file mode 100644 (file)
index 0000000..9536a6c
--- /dev/null
@@ -0,0 +1,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.