Hi,

I forgot to attach the patch, here it is.

Best regards,
Erik
-- 
Thinking doesn't guarantee that we won't make mistakes. But not thinking
guarantees that we will.
                        -- Leslie Lamport
diff --git a/Makefile b/Makefile
index da53161..306c1b7 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,6 @@ charset.o: charset.c charset.h defines.h help.h Makefile
 
 ssocr.1: ssocr.1.in Makefile defines.h
 	sed -e 's/@VERSION@/$(VERSION)/' \
-	    -e "s/@DATE@/$(shell date +%Y-%m-%d)/" \
 	    -e 's/@CRYEARS@/$(CRYEARS)/' <$< >$@
 
 ssocr-manpage.html: ssocr.1
diff --git a/ssocr.1.in b/ssocr.1.in
index 94534d3..1be7677 100644
--- a/ssocr.1.in
+++ b/ssocr.1.in
@@ -1,4 +1,4 @@
-.TH ssocr 1 "@DATE@" @VERSION@ "OCR for seven segment displays"
+.TH ssocr 1 "" @VERSION@ "OCR for seven segment displays"
 .SH NAME
 ssocr \- optical recognition of seven segment displays
 .SH SYNOPSIS

Reply via email to