aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@imgtec.com>2017-04-25 11:53:51 +0100
committerGerd Hoffmann <kraxel@redhat.com>2017-04-26 07:33:12 +0200
commit051747ef00510d9bea17b4494fc430133f26cf56 (patch)
tree1dbbeb6fa4d3d841991f501147d7eb4c088c4243
parente0387b0b191a55bf9e1859e8c0882666f21c16e2 (diff)
downloaddrminfo-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>
-rw-r--r--drminfo.1 (renamed from drminfo.man)0
-rw-r--r--drminfo.spec4
-rw-r--r--drmtest.1 (renamed from drmtest.man)0
-rw-r--r--meson.build3
4 files changed, 5 insertions, 2 deletions
diff --git a/drminfo.man b/drminfo.1
index e9e390b..e9e390b 100644
--- a/drminfo.man
+++ b/drminfo.1
diff --git a/drminfo.spec b/drminfo.spec
index f810a56..fa55ddd 100644
--- a/drminfo.spec
+++ b/drminfo.spec
@@ -33,8 +33,8 @@ install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1
install drminfo %{buildroot}%{_bindir}/drminfo
install drmtest %{buildroot}%{_bindir}/drmtest
-install -m644 drminfo.man %{buildroot}%{_mandir}/man1/drminfo.1
-install -m644 drmtest.man %{buildroot}%{_mandir}/man1/drmtest.1
+install -m644 drminfo.1 %{buildroot}%{_mandir}/man1/drminfo.1
+install -m644 drmtest.1 %{buildroot}%{_mandir}/man1/drmtest.1
%files
%{_bindir}/drm*
diff --git a/drmtest.man b/drmtest.1
index 45c7ee6..45c7ee6 100644
--- a/drmtest.man
+++ b/drmtest.1
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')