From 9a5666f42d4d90a0a488fd0a85ae9914944fe0be Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 18 Jan 2011 22:46:25 -0800 Subject: [PATCH] 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 --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.30.2