summaryrefslogtreecommitdiff
path: root/i/simulotron/doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'i/simulotron/doc/Makefile')
-rw-r--r--i/simulotron/doc/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/i/simulotron/doc/Makefile b/i/simulotron/doc/Makefile
new file mode 100644
index 0000000..fcb45ca
--- /dev/null
+++ b/i/simulotron/doc/Makefile
@@ -0,0 +1,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