Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
[fw/altos] / Makefile.am
index 96b9dea91d87f110abcc60149ada5d79e1b529f6..e1ee30a38832eb62558b69c69f6c6784114fe236 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS=src ao-view ao-tools ao-utils
+SUBDIRS=src doc altosui ao-tools ao-utils
 
 EXTRA_DIST = ChangeLog
 
@@ -11,3 +11,9 @@ ChangeLog:
        (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2)
 
 dist-hook: ChangeLog
+
+fat:
+       cd src && $(MAKE) all
+       cd doc && $(MAKE) all
+       cd altosui/libaltos && $(MAKE) all
+       cd altosui && $(MAKE) fat