links

lynx-like text mode web browser
git clone anongit@rnpnr.xyz:links.git
Log | Files | Refs | Feed | README | LICENSE

Commit: 4fbbe3bd00e756b507b0d14c02b1cdf09d09ef68
Parent: c6c1f1d8515e01253933b1878bff34284d368257
Author: opask
Date:   Thu, 19 Jul 2018 17:21:48 -0600

add version to links.1, update TODO

Diffstat:
MMakefile | 2+-
MTODO | 2++
Mlinks.1 | 3+--
3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile @@ -74,7 +74,7 @@ install: all cp -f links $(DESTDIR)$(PREFIX)/bin chmod 755 $(DESTDIR)$(PREFIX)/bin/links mkdir -p $(DESTDIR)$(MANPREFIX)/man1 - cp -f links.1 $(DESTDIR)$(MANPREFIX)/man1 + sed s:VERSION:$(VERSION): <links.1 >$(DESTDIR)$(MANPREFIX)/man1/links.1 chmod 644 $(DESTDIR)$(MANPREFIX)/man1/links.1 uninstall: diff --git a/TODO b/TODO @@ -37,3 +37,5 @@ - its likely not even necessary - other error mechanisms should be replaced with die() + +- fix command-line flag handling diff --git a/links.1 b/links.1 @@ -1,5 +1,4 @@ -.\" Process this file with groff -man -Tascii links.1 -.TH LINKS 1 "Aug, 2006" +.TH LINKS 1 links\-VERSION .SH NAME links \- lynx-like alternative character mode WWW browser .SH SYNOPSIS