[totem/wip/inigomartinez/meson-improve: 6/16] build: Remove meson build file from docs directory



commit 3b15bfa37723f92d76efbd60643c8a8d4ca0cdd6
Author: Iñigo Martínez <inigomartinez gmail com>
Date:   Fri Feb 16 12:49:23 2018 +0100

    build: Remove meson build file from docs directory
    
    The meson build file in `docs` directory is used only to include
    the `reference` directory.
    
    The file has been removed and the full `docs/reference` path is
    used from the root source directory.

 docs/meson.build |    1 -
 meson.build      |    2 +-
 2 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index 6e9b253..d8c6f1e 100644
--- a/meson.build
+++ b/meson.build
@@ -221,7 +221,7 @@ subdir('help')
 subdir('src')
 
 if get_option('gtk_doc')
-  subdir('docs')
+  subdir('docs/reference')
 endif
 
 meson.add_install_script('meson_post_install.py')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]