Created makefile and fix shit on the manpage
This commit is contained in:
parent
68c721bfb6
commit
b3a6b70f31
2 changed files with 6 additions and 2 deletions
4
Makefile
Normal file
4
Makefile
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
install: lainsafecli
|
||||||
|
cp lainsafecli /usr/bin/
|
||||||
|
gzip -k doc/lainsafecli.1
|
||||||
|
cp doc/lainsafecli.1.gz /usr/share/man/man1
|
|
@ -10,8 +10,8 @@ file
|
||||||
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
|
|
||||||
.I
|
.I lainsafecli
|
||||||
lainsafecli uploads a file to a given lainsafe server. This server may
|
uploads a file to a given lainsafe server. This server may
|
||||||
be specified with the
|
be specified with the
|
||||||
.I --server
|
.I --server
|
||||||
flag. If
|
flag. If
|
||||||
|
|
Loading…
Add table
Reference in a new issue