aboutsummaryrefslogtreecommitdiff
path: root/man/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'man/meson.build')
-rw-r--r--man/meson.build13
1 files changed, 0 insertions, 13 deletions
diff --git a/man/meson.build b/man/meson.build
deleted file mode 100644
index 6324830..0000000
--- a/man/meson.build
+++ /dev/null
@@ -1,13 +0,0 @@
-mans = ['picom.1', 'picom-trans.1']
-if get_option('with_docs')
- a2x = find_program('a2x')
- foreach m : mans
- custom_target(m, output: [m], input: [m+'.asciidoc'],
- command: [a2x, '-a',
- 'picom-version='+version,
- '--format', 'manpage', '@INPUT@', '-D',
- meson.current_build_dir()],
- install: true,
- install_dir: join_paths(get_option('mandir'), 'man1'))
- endforeach
-endif