diff options
author | Monsta <[email protected]> | 2015-06-30 14:06:36 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2015-07-07 10:45:45 +0300 |
commit | 11dd67f846956c4fcf09b37b2e3e489f76ae65d8 (patch) | |
tree | 2ecacc7dc4228f18e3f6940a2061b1dc4553600b /Makefile.am | |
parent | 18885e66858446d016091e6f0f33c760823a163c (diff) | |
download | mate-desktop-11dd67f846956c4fcf09b37b2e3e489f76ae65d8.tar.bz2 mate-desktop-11dd67f846956c4fcf09b37b2e3e489f76ae65d8.tar.xz |
Resurrect the old user-guide as it's complete and translated
Big thanks to @NiceandGently for doing most of the work on this :)
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} |