diff options
author | Clement Lefebvre <[email protected]> | 2015-09-08 16:42:40 +0100 |
---|---|---|
committer | Clement Lefebvre <[email protected]> | 2015-09-08 16:51:30 +0100 |
commit | ca724d9f8493639ef51e108fb0b8bef499207ffa (patch) | |
tree | fda4f418796ba1f1dcfb68d2c2f155b12be09129 /Makefile.am | |
parent | afe549d385eeb99f00d15d19298fa25b3bec40e7 (diff) | |
download | mate-desktop-ca724d9f8493639ef51e108fb0b8bef499207ffa.tar.bz2 mate-desktop-ca724d9f8493639ef51e108fb0b8bef499207ffa.tar.xz |
Removed the user-guide (moved to mate-user-guide)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 2be4449..4bd3872 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,9 +3,6 @@ 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} |