Manpage and its installation.
This commit is contained in:
parent
8cf8d44443
commit
114a2b5691
2 changed files with 51 additions and 0 deletions
47
doc/hackerbase.1
Normal file
47
doc/hackerbase.1
Normal file
|
@ -0,0 +1,47 @@
|
|||
.TH hackerbase 1 "hackerbase, May 26 2023"
|
||||
.SH "NAME"
|
||||
hackerbase - HackerSpace Members Database tool
|
||||
.SH "SYNOPSIS"
|
||||
.SY hackerbase
|
||||
.B \-h
|
||||
.YS
|
||||
.SY hackerbase
|
||||
.B \-license
|
||||
.YS
|
||||
.SY hackerbase
|
||||
.B \-info
|
||||
.R [
|
||||
.B \-mi
|
||||
.R id
|
||||
|
|
||||
.B \-mn
|
||||
.R nick ]
|
||||
.OP "OPTIONS ..."
|
||||
.YS
|
||||
.SH "FILES"
|
||||
.SH "CONFIGURATION"
|
||||
.SH "COPYRIGHT"
|
||||
|
||||
Copyright (c) 2023 Brmlab, z.s.
|
||||
.MT dominik.pantucek@trustica.cz
|
||||
Dominik Pantůček
|
||||
.ME
|
||||
|
||||
ISC License
|
||||
|
||||
Permission to use, copy, modify, and/or distribute this software
|
||||
for any purpose with or without fee is hereby granted, provided
|
||||
that the above copyright notice and this permission notice appear
|
||||
in all copies.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
|
||||
WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
|
||||
WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
|
||||
AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR
|
||||
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
||||
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
|
||||
NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
|
||||
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
.SH "AUTHOR"
|
||||
Dominik Pantůček <dominik.pantucek@trustica.cz>
|
|
@ -66,13 +66,17 @@ clean:
|
|||
|
||||
.PHONY: install
|
||||
install: static
|
||||
install -m 0755 -d /usr/local/bin
|
||||
install -m 0755 ../hackerbase /usr/local/bin/
|
||||
install -m 0755 ../fetch_fio.sh /usr/local/bin/hb_fetch_fio
|
||||
|
||||
.PHONY: install-dev
|
||||
install-dev: static
|
||||
install -m 0755 -d /usr/local/bin
|
||||
install -m 0755 ../hackerbase /usr/local/bin/hackerbase-dev
|
||||
install -m 0755 ../fetch_fio.sh /usr/local/bin/hb_fetch_fio-dev
|
||||
install -m 0755 -d /usr/local/man/man1
|
||||
install -m 0755 ../doc/hackerbase.1 /usr/local/man/man1/hackerbase-dev
|
||||
|
||||
################################################################
|
||||
# Module static and shared object and import source compilation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue