Remove VERSION tagging in the man page - clic - Clic is an command line interactive client for gopher written in Common LISP
HTML git clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/clic/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
DIR LICENSE
---
DIR commit e621aa67e792e7fa10c602cdf2820d652b3afe3e
DIR parent 619033d3300bd57172112602725b3c1ddd540e8e
HTML Author: Solene Rapenne <solene@perso.pw>
Date: Fri, 10 Aug 2018 11:00:45 +0200
Remove VERSION tagging in the man page
Diffstat:
M Makefile | 2 --
1 file changed, 0 insertions(+), 2 deletions(-)
---
DIR diff --git a/Makefile b/Makefile
@@ -2,7 +2,6 @@
# See the LICENSE file for copyright and license details.
.POSIX:
-VERSION = 0.2
BIN = clic
LISP = ecl
@@ -22,7 +21,6 @@ install: ${BIN}
@chmod 755 "${DESTDIR}${BINDIR}/${BIN}"
@echo installing manual page to ${DESTDIR}${MANDIR}/man1
@mkdir -p ${DESTDIR}${MANDIR}/man1
- @sed "s/VERSION/${VERSION}/g" < clic.1 > ${DESTDIR}${MANDIR}/man1/clic.1
@chmod 644 ${DESTDIR}${MANDIR}/man1/clic.1
uninstall: