doc: Build with 'make all' from top level. Build with 'make fat'
[fw/altos] / 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