summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Tauner <stefan.tauner@gmx.at>2017-10-01 00:49:05 +0200
committerStefan Tauner <stefan.tauner@gmx.at>2017-10-04 01:21:12 +0000
commitf0cbbb05c909340607a5e7a14e80523752b6434c (patch)
treebd0f695ebf6db71d3fb111c5f65cfa681ce9c065
parent79d838d31696542105a4185758f23db13d8ea045 (diff)
downloadflashrom-f0cbbb05c909340607a5e7a14e80523752b6434c.tar.gz
flashrom-f0cbbb05c909340607a5e7a14e80523752b6434c.tar.bz2
flashrom-f0cbbb05c909340607a5e7a14e80523752b6434c.zip
Add modification date to manpage header instead of the section
"System Manager's Manual" or similar is way less interesting. Change-Id: I45c5d6a2316c51a57a49fd010682dc3f0f915382 Signed-off-by: Stefan Tauner <stefan.tauner@gmx.at> Reviewed-on: https://review.coreboot.org/21822 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6806e14da..68b9e9c9e 100644
--- a/Makefile
+++ b/Makefile
@@ -1384,7 +1384,7 @@ $(PROGRAM).8.html: $(PROGRAM).8
$(PROGRAM).8: $(PROGRAM).8.tmpl
@# Add the man page change date and version to the man page
- @sed -e 's#.TH FLASHROM 8 ".*".*#.TH FLASHROM 8 "$(MAN_DATE)" "$(VERSION)"#' <$< >$@
+ @sed -e 's#.TH FLASHROM 8 .*#.TH FLASHROM 8 "$(MAN_DATE)" "$(VERSION)" "$(MAN_DATE)"#' <$< >$@
install: $(PROGRAM)$(EXEC_SUFFIX) $(PROGRAM).8
mkdir -p $(DESTDIR)$(PREFIX)/sbin