summaryrefslogtreecommitdiff
path: root/i/simulotron/doc/Makefile
blob: fcb45ca8f59953b08b04eacb906faf33d17aa004 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
all: doc


doc: doc-doxygen doc-aft


doc-doxygen:
	doxygen Doxyfile

doc-aft:
	for i in *.txt; do aft $$i; done;

clean:
	rm -rfv *.html *-TOC html