summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-01-18 22:46:25 -0800
committerKeith Packard <keithp@keithp.com>2011-01-18 22:46:25 -0800
commit9a5666f42d4d90a0a488fd0a85ae9914944fe0be (patch)
tree7ab6b0d63b3bb092463b78b85a70e81cb7a2fbb9 /Makefile.am
parent72a04d679d06aaad9c2b4297fefd585fc393ce2e (diff)
doc: Build with 'make all' from top level. Build with 'make fat'
This will make sure the docs are up-to-date for both regular and fat builds. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0767ccde..e1ee30a3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS=src altosui ao-tools ao-utils
+SUBDIRS=src doc altosui ao-tools ao-utils
EXTRA_DIST = ChangeLog
@@ -14,5 +14,6 @@ dist-hook: ChangeLog
fat:
cd src && $(MAKE) all
+ cd doc && $(MAKE) all
cd altosui/libaltos && $(MAKE) all
cd altosui && $(MAKE) fat