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