diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-07-05 13:27:21 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-07-05 13:27:21 +0200 |
commit | ed416310bd42f78967893d6f333b6ddb0be456c7 (patch) | |
tree | 7c3e87bc61799c410efa94f662af02b10abfe4da | |
parent | 61e653c8cd10fdef562cf841c27636287e78a4c2 (diff) | |
download | gterm-ed416310bd42f78967893d6f333b6ddb0be456c7.tar.gz |
update build script and spec file
-rw-r--r-- | gterm.spec | 2 | ||||
-rw-r--r-- | meson.build | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -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') |