summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 87d73dc..dd5befa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,14 +17,14 @@
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
EXTRA_DIST=bootstrap.sh README LICENSE
-SUBDIRS=src # doc man
+SUBDIRS=src doc # man
MAINTAINERCLEANFILES = README
noinst_DATA = README
README:
rm -f README
-#$(MAKE) -C doc README
+ $(MAKE) -C doc README
cd $(srcdir) && ln -s doc/README README
homepage: