Remove VERSION tagging in the man page - clic - Clic is an command line interac… | |
git clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit e621aa67e792e7fa10c602cdf2820d652b3afe3e | |
parent 619033d3300bd57172112602725b3c1ddd540e8e | |
Author: Solene Rapenne <[email protected]> | |
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(-) | |
--- | |
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… | |
@chmod 644 ${DESTDIR}${MANDIR}/man1/clic.1 | |
uninstall: |