X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=Makefile.am;h=e1ee30a38832eb62558b69c69f6c6784114fe236;hp=96b9dea91d87f110abcc60149ada5d79e1b529f6;hb=c3314dae2d3df82e188daf6ba8520cce833592c6;hpb=b3b2d3c475a135084b5628c730fc6fca1ba0817b diff --git a/Makefile.am b/Makefile.am index 96b9dea9..e1ee30a3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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