X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=Makefile.am;h=e1ee30a38832eb62558b69c69f6c6784114fe236;hp=264e577a060853ee76d50cf1f84e07df5da5ecb7;hb=41c230cac359b4459ca93196d08704b7d35447c7;hpb=031fd9a954f2e3447d0150eb4ecc81af7b620dca diff --git a/Makefile.am b/Makefile.am index 264e577a..e1ee30a3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS=src 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 ao-tools/libaltos && $(MAKE) all - cd ao-tools/altosui && $(MAKE) fat + cd doc && $(MAKE) all + cd altosui/libaltos && $(MAKE) all + cd altosui && $(MAKE) fat