summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2011-09-25 15:59:00 -0400
committerTavian Barnes <tavianator@gmail.com>2011-09-25 15:59:00 -0400
commit6f5735433e9766cbdeab6f151b44ed82e95d2863 (patch)
tree4cdf27012efcd45ff5c2fcd16491ce9dd0e2c101 /Makefile.am
parentff8999ebcfa0b358e56e9028d26562c59881dfad (diff)
downloaddimension-6f5735433e9766cbdeab6f151b44ed82e95d2863.tar.xz
Add `doc' target to libdimension-python, using pydoc.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 2fce5d7..b30def4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,5 +29,6 @@ bench:
doc:
cd libdimension && $(MAKE) $(AM_MAKEFLAGS) doc
+ cd libdimension-python && $(MAKE) $(AM_MAKEFLAGS) doc
.PHONY: bench doc