From: Keith Packard Date: Wed, 19 Jan 2011 06:46:25 +0000 (-0800) Subject: doc: Build with 'make all' from top level. Build with 'make fat' X-Git-Tag: debian/0.8.1+79+g9a5666f~1 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=9a5666f42d4d90a0a488fd0a85ae9914944fe0be doc: Build with 'make all' from top level. Build with 'make fat' This will make sure the docs are up-to-date for both regular and fat builds. Signed-off-by: Keith Packard --- diff --git a/Makefile.am b/Makefile.am index 0767ccde..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 doc && $(MAKE) all cd altosui/libaltos && $(MAKE) all cd altosui && $(MAKE) fat