]> git.lizzy.rs Git - bspwm.git/commit
Introduce VERCMD in Makefile
authorBastien Dejean <nihilhill@gmail.com>
Wed, 16 Mar 2016 09:13:45 +0000 (10:13 +0100)
committerBastien Dejean <nihilhill@gmail.com>
Wed, 16 Mar 2016 09:13:45 +0000 (10:13 +0100)
commit6b8719e4a286c12d515e1833fa7986b433d43193
tree1d455115c41ad3834fdfb759898aa022abd18880
parent8356bfb88b9e411fa34b8a540dc05ca25b5aedd1
Introduce VERCMD in Makefile

This is useful when the author has to make a release commit, in which
case `make doc` is required, but, because the tag doesn't exist yet, the
output of VERCMD won't be what we want. Therefore, we need to override
VERCMD for the *doc* target: `make VERCMD=false doc`.
Makefile