From 895236c6ead83ed537d762394c9930b1e82d8dde Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Tue, 5 Sep 2017 14:36:21 +0200 Subject: meson: add manpage support It seems like meson doesn't want you to string together targets like make does, but wants it all in one step. So another little shell script it is. Acked-by: Jani Nikula Acked-by: Arkadiusz Hiler Acked-by: Petri Latvala Acked-by: Daniel Stone Acked-by: Radoslaw Szwichtenberg Signed-off-by: Daniel Vetter --- meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 39749a0e..2b49a0db 100644 --- a/meson.build +++ b/meson.build @@ -120,3 +120,4 @@ if libdrm_intel.found() subdir('assembler') subdir('overlay') endif +subdir('man') -- cgit v1.2.3