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
|
||||
|
||||
.I
|
||||
lainsafecli uploads a file to a given lainsafe server. This server may
|
||||
.I lainsafecli
|
||||
uploads a file to a given lainsafe server. This server may
|
||||
be specified with the
|
||||
.I --server
|
||||
flag. If
|
||||
|
|
Loading…
Add table
Reference in a new issue