diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
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`; \ |