commit 1f903cd626afa5042a246ff7ec1cbab4ca9bd99e
parent 2d37d979cf094aa67f3a03617f7d36cbeff5148d
Author: Bastien Dejean <nihilhill@gmail.com>
Date: Tue, 15 Mar 2016 17:20:41 +0100
Fix VERSION definition in Makefile
Diffstat:
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/Makefile b/Makefile
@@ -1,5 +1,5 @@
-NAME = sxhkd
-VERSION = $(shell git describe || cat VERSION)
+NAME = sxhkd
+VERSION := $(shell git describe 2> /dev/null || cat VERSION)
CPPFLAGS += -D_POSIX_C_SOURCE=200112L -DVERSION=\"$(VERSION)\"
CFLAGS += -std=c99 -pedantic -Wall -Wextra
diff --git a/doc/sxhkd.1 b/doc/sxhkd.1
@@ -2,12 +2,12 @@
.\" Title: sxhkd
.\" Author: [see the "Author" section]
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\" Date: 01/10/2016
+.\" Date: 03/15/2016
.\" Manual: Sxhkd Manual
-.\" Source: Sxhkd 0.5.5-16-g5693b4f
+.\" Source: Sxhkd 0.5.6
.\" Language: English
.\"
-.TH "SXHKD" "1" "01/10/2016" "Sxhkd 0\&.5\&.5\-16\-g5693b4f" "Sxhkd Manual"
+.TH "SXHKD" "1" "03/15/2016" "Sxhkd 0\&.5\&.6" "Sxhkd Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------