summaryrefslogtreecommitdiffstats
path: root/devel-doc/Makefile
blob: 63659bf373b690faad796440e19422acbed7c2ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
all:
	doxygen
	echo "*** See error.log for errors and warnings"
	echo "*** Applying templates"
	cat templates/header.html > index.html
	cat templates/index.html >> index.html
	cat templates/footer.html >> index.html

clean:
	rm *.ttf *.dot *.html *.png *.css error.log *.map *.md5

tgz:
	tar -cf Scribus-devel-docs.tar *
	gzip Scribus-devel-docs.tar

tbz:
	tar -cf Scribus-devel-docs.tar *
	bzip2 Scribus-devel-docs.tar

codecheck:
	flawfinder --html -c ../scribus > code-check.html