summaryrefslogtreecommitdiff
path: root/doc/cdoc/Makefile
diff options
context:
space:
mode:
authorPauli Virtanen <pav@iki.fi>2010-06-05 15:02:50 +0000
committerPauli Virtanen <pav@iki.fi>2010-06-05 15:02:50 +0000
commite520cdd88f53448bbd5fb7b9ef06fa22635d5189 (patch)
tree9331f4903d23a6048dc025e7d5d4210a11943541 /doc/cdoc/Makefile
parent5e4cd5706e7ad8cb405574fd23c2651ff4bc11b8 (diff)
downloadnumpy-e520cdd88f53448bbd5fb7b9ef06fa22635d5189.tar.gz
DOC: add automatic documentation generation from C sources (using Doxygen at the moment)
Diffstat (limited to 'doc/cdoc/Makefile')
-rw-r--r--doc/cdoc/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/cdoc/Makefile b/doc/cdoc/Makefile
new file mode 100644
index 000000000..bc6225ec8
--- /dev/null
+++ b/doc/cdoc/Makefile
@@ -0,0 +1,7 @@
+all: build
+
+build:
+ doxygen
+
+.PHONY: all build
+