From 6085ff7a7c2bbe4d14f9af2b6007cb2f33f2c236 Mon Sep 17 00:00:00 2001 From: sam Date: Wed, 27 Aug 2003 08:27:15 +0000 Subject: [PATCH] * Recurse into doc/ and examples/ during the build. git-svn-id: svn://svn.zoy.org/elk/trunk@57 55e467fa-43c5-0310-a8a2-de718669efc6 --- Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index a87771a..98eb752 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,10 @@ NULL = -SUBDIRS = include src lib scm -DIST_SUBDIRS = $(SUBDIRS) autotools debian doc examples util +SUBDIRS = include src lib scm doc examples +DIST_SUBDIRS = $(SUBDIRS) autotools debian util EXTRA_DIST = \ + BUGS \ MACHINES \ MIGRATE \ ROADMAP \