diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 4bd3872..2be4449 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,6 +3,9 @@ SUBDIRS = libmate-desktop man docs po schemas tools if MATE_ABOUT_ENABLED SUBDIRS += mate-about endif +if USER_GUIDE_ENABLED +SUBDIRS += user-guide +endif ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} |