X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=Makefile.am;h=e1ee30a38832eb62558b69c69f6c6784114fe236;hp=2c412bf97157f9b1dde1880a3856c849a6f772a4;hb=41c230cac359b4459ca93196d08704b7d35447c7;hpb=db2b19b8f0d452d682d53c7ed0ff6e359b46efa0 diff --git a/Makefile.am b/Makefile.am index 2c412bf9..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 ao-tools/libaltos && $(MAKE) all - cd ao-tools/altosui && $(MAKE) fat + cd doc && $(MAKE) all + cd altosui/libaltos && $(MAKE) all + cd altosui && $(MAKE) fat