Skip to content

Commit

Permalink
feat(data): manpage (#771)
Browse files Browse the repository at this point in the history
Co-authored-by: Danial Behzadi <[email protected]>
  • Loading branch information
GeopJr and danialbehzadi authored Feb 5, 2024
1 parent 072a3c9 commit 83f912b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
19 changes: 19 additions & 0 deletions data/dev.geopjr.Tuba.1.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
.\" Hey, EMACS: -*- nroff -*-
.\" (C) Copyright 2023 Danial Behzadi <[email protected]>,
.TH man 1 "21 Apr 2023" "@VERSION@" "@NAME@ man page"
.SH NAME
@NAME@ \- Browse the Fediverse
.SH SYNOPSIS
.B @EXEC_NAME@
.RI [OPTION]
.SH DESCRIPTION
This manual page documents briefly the
.B @EXEC_NAME@.
.SH OPTIONS
--help \- Show help options
.br
--hidden \- Do not show main window on start
.br
.br
.SH AUTHOR
Danial Behzadi ([email protected])
7 changes: 7 additions & 0 deletions data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,10 @@ if appstream_util.found()
args: ['validate-relax', '--nonet', appstream_file],
)
endif

manpage = configure_file(
input : 'dev.geopjr.Tuba.1.in',
output : 'dev.geopjr.Tuba.1',
configuration : config
)
install_man(manpage)

0 comments on commit 83f912b

Please sign in to comment.