diff options
author | Eric Engestrom <eric.engestrom@imgtec.com> | 2017-04-25 11:53:51 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-04-26 07:33:12 +0200 |
commit | 051747ef00510d9bea17b4494fc430133f26cf56 (patch) | |
tree | 1dbbeb6fa4d3d841991f501147d7eb4c088c4243 /meson.build | |
parent | e0387b0b191a55bf9e1859e8c0882666f21c16e2 (diff) | |
download | drminfo-051747ef00510d9bea17b4494fc430133f26cf56.tar.gz |
meson: install drminfo & drmtest man-pages
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 8312179..95a5bd7 100644 --- a/meson.build +++ b/meson.build @@ -34,3 +34,6 @@ executable('gtktest', sources : gtktest_srcs, dependencies : gtktest_deps, install : false) + +install_man('drminfo.1') +install_man('drmtest.1') |