ztombol / varrick

A convenient template engine to just "Do the thing!"
GNU General Public License v3.0
25 stars 0 forks source link

Optional install man pages #1

Open roquie opened 6 years ago

roquie commented 6 years ago

If u want to install varrick without documentation (in Dockerfile for example), you getting the error in this place: https://github.com/ztombol/varrick/blob/master/Makefile#L151

I think step called "Install man pages" needs to be skip if folder does not exists.

For now it can be runned only with -i option of make (make -i install) to ignore error.

roquie commented 6 years ago

https://github.com/roquie/docker-php-webapp/blob/master/Dockerfile#L39