summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2016-12-26 07:30:39 -0800
committerKeith Packard <keithp@keithp.com>2016-12-26 07:31:29 -0800
commit4ad288c116f0bd902e3638079020558dd92095d9 (patch)
tree6e0a302014fd53e60c22cdf91e8e051076320b89
parent7685ee0a329a481b0b3bff925e36dc8a302b2b4f (diff)
Set date in manual page by hand. Debian bug 845524.
Don't automatically compute this so that the build doesn't depend on the current time. Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--Makefile.am4
-rw-r--r--cairo-5c.3.in2
2 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index fac5383..aaa442f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,7 +34,6 @@
SUBDIRS = src nichrome test examples
-BUILD_DATE=$(shell date +"%F")
NICKLE_VERSION=$(shell nickle -e version | sed 's/"//g')
RELEASE_UPLOAD_HOST = cairographics.org
@@ -67,8 +66,7 @@ nicklelib_DATA = $(NICKLEFILES)
man_MANS = cairo-5c.3
cairo-5c.3: cairo-5c.3.in
- sed -e 's,@''NICKLE_VERSION@,$(NICKLE_ERSION),' \
- -e 's,@''BUILD_DATE@,$(BUILD_DATE),' \
+ sed -e 's,@''NICKLE_VERSION@,$(NICKLE_VERSION),' \
-e 's,@''pkgdatadir@,$(pkgdatadir),' $(top_srcdir)/cairo-5c.3.in > $@
ARCH=amd64
diff --git a/cairo-5c.3.in b/cairo-5c.3.in
index ce54b65..638a8f9 100644
--- a/cairo-5c.3.in
+++ b/cairo-5c.3.in
@@ -1,4 +1,4 @@
-.TH CAIRO-5C 3 "@BUILD_DATE@"
+.TH CAIRO-5C 3 "2016-12-26"
.SH NAME
cairo-5c \- cairo bindings for nickle programs
.SH SYNOPSIS