summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorfche <fche>2008-02-28 04:21:15 +0000
committerfche <fche>2008-02-28 04:21:15 +0000
commit465e8fbf73bb49586db7876785dc14067b55e42d (patch)
tree8d369e7b46855c5df61b10c53d7f0a02830cd20b /Makefile.am
parent872a4b73dc80fd865d61f17911b84494e1f820d9 (diff)
downloadsystemtap-steved-465e8fbf73bb49586db7876785dc14067b55e42d.tar.gz
systemtap-steved-465e8fbf73bb49586db7876785dc14067b55e42d.tar.xz
systemtap-steved-465e8fbf73bb49586db7876785dc14067b55e42d.zip
PR5697 part 2: tutorial/langref configury
2008-02-27 Frank Ch. Eigler <fche@elastic.org> PR5697 * configure.ac (enable-docs): Implement. * systemtap.spec.in: Add optional docs build/install/prereqs. * Makefile.am (SUBDIRS): Add doc. * Makefile.in, configure: Regenerated.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index cfdc051d..d153dd0d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -164,7 +164,7 @@ uninstall-local:
-rm -rf $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)
# XXX: leaves behind man pages
-SUBDIRS = testsuite
+SUBDIRS = testsuite doc
check:
SRCDIR=`cd $(srcdir); pwd`; \