summaryrefslogtreecommitdiff
path: root/doc/creating_themes
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-06-19 22:04:32 +0800
committerlukefromdc <[email protected]>2019-07-13 22:26:39 +0000
commitd86c29b0e518f765e7570573c76bc033fbd17f6d (patch)
treea4ac9135d5328c8955f4a60b70ee86a5ee22150c /doc/creating_themes
parent9c6676b1efa27aa103b5eddb28f97488a63a5190 (diff)
downloadmarco-d86c29b0e518f765e7570573c76bc033fbd17f6d.tar.bz2
marco-d86c29b0e518f765e7570573c76bc033fbd17f6d.tar.xz
switch to use meson build system
Diffstat (limited to 'doc/creating_themes')
-rw-r--r--doc/creating_themes/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/creating_themes/meson.build b/doc/creating_themes/meson.build
new file mode 100644
index 00000000..b62499e6
--- /dev/null
+++ b/doc/creating_themes/meson.build
@@ -0,0 +1,3 @@
+install_data('C/index.docbook',
+ install_dir : join_paths(get_option('datadir'), 'help', 'C', 'creating-marco-themes'))
+