rfc-2549 / sakisafe

simple file upload
https://ss.suragu.net
Other
40 stars 8 forks source link

makefile (for lainsafecli) #6

Closed rfc-2549 closed 4 years ago

rfc-2549 commented 4 years ago

Since lainsafecli is a software with dependencies (and documentation) it should have a manpage. The manpage was implemented in 3c6d911 but it isn't installed. The only way to read it to man ./doc/lainsafecli.1

It would be useful to use a make install (nothing has to be built to run lainsafe)

And I think I shouldn't worry about LWP::UserAgent::https because some distros (Debian for example) installs the LWP::UserAgent::https module when you install the libwww-perl package. I don't know if others such as arch also do that.

rfc-2549 commented 4 years ago

added in b3a6b70