aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-07-05 13:27:21 +0200
committerGerd Hoffmann <kraxel@redhat.com>2019-07-05 13:27:21 +0200
commited416310bd42f78967893d6f333b6ddb0be456c7 (patch)
tree7c3e87bc61799c410efa94f662af02b10abfe4da
parent61e653c8cd10fdef562cf841c27636287e78a4c2 (diff)
downloadgterm-ed416310bd42f78967893d6f333b6ddb0be456c7.tar.gz
update build script and spec file
-rw-r--r--gterm.spec2
-rw-r--r--meson.build1
2 files changed, 3 insertions, 0 deletions
diff --git a/gterm.spec b/gterm.spec
index 774c258..3fb4bd5 100644
--- a/gterm.spec
+++ b/gterm.spec
@@ -29,5 +29,7 @@ ninja-build -C build-rpm install
%files
%doc README.md COPYING gterm.conf.example
%{_bindir}/gterm
+%{_bindir}/gload
%{_mandir}/man1/gterm.1*
+%{_mandir}/man1/gload.1*
%{_prefix}/share/applications/gterm.desktop
diff --git a/meson.build b/meson.build
index 27d55ed..ec8396f 100644
--- a/meson.build
+++ b/meson.build
@@ -20,3 +20,4 @@ executable('gload',
sources : [ 'gload.c' ],
dependencies : [ gtk_dep ],
install : true)
+install_man('gload.1')