raster pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=072bd7792960ddc37357ab3df57e5965b33468c1

commit 072bd7792960ddc37357ab3df57e5965b33468c1
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Thu Jul 27 11:11:39 2017 +0900

    doc - add doc dir content to meson install to match prev autofoo
---
 doc/meson.build | 10 ++++++++++
 meson.build     |  1 +
 2 files changed, 11 insertions(+)

diff --git a/doc/meson.build b/doc/meson.build
new file mode 100644
index 000000000..b0b04f402
--- /dev/null
+++ b/doc/meson.build
@@ -0,0 +1,10 @@
+data = [
+  'documentation.html',
+  'illume2.html',
+  'FDO.txt',
+  'cache.txt',
+  'enlightenment.png',
+  'illume2.png'
+]
+
+install_data(data, install_dir: join_paths(dir_data, proj, 'doc'))
diff --git a/meson.build b/meson.build
index 9bd19d47e..6c6c0fe95 100644
--- a/meson.build
+++ b/meson.build
@@ -480,6 +480,7 @@ subdir('data/tools')
 subdir('data/units')
 subdir('data/xsession')
 
+subdir('doc')
 
 meson.add_install_script('meson/meson_inst.sh', suid_exes)
 meson.add_install_script('meson/meson_modules.sh', module_files)

-- 


Reply via email to