doc: Build with 'make all' from top level. Build with 'make fat'
authorKeith Packard <keithp@keithp.com>
Wed, 19 Jan 2011 06:46:25 +0000 (22:46 -0800)
committerKeith Packard <keithp@keithp.com>
Wed, 19 Jan 2011 06:46:25 +0000 (22:46 -0800)
This will make sure the docs are up-to-date for both regular and
fat builds.

Signed-off-by: Keith Packard <keithp@keithp.com>
Makefile.am

index 0767ccde788fd0d2f7210d1cfe8a9f91226d8bd4..e1ee30a38832eb62558b69c69f6c6784114fe236 100644 (file)
@@ -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