summaryrefslogtreecommitdiffstats
path: root/devel-doc/README
blob: ebe5f430970a3b322d59ccc4e42af9cb807489c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Scribus developer's documentation generator

You can create your own up-to-date source code documentation here.
Online documentation is generated here too. You can browse it at:
http://scribus.sourceforge.net/devel-docs

REQUIREMENTS:
* doxygen (http://www.doxygen.org)
* make

COMMANDS:
make
* It will create all HTML and PNG files in this directory

make clean
* Delete all documentation files

make tgz
* Pack files into tar.gz file

make tbz
* Pack files into tar.bz2 file