From 95563d3a1893135d31e6f0df1d7e60acd2a547bb Mon Sep 17 00:00:00 2001 From: merakor Date: Tue, 27 Jul 2021 12:20:28 +0000 Subject: cpt: add configure script FossilOrigin-Name: 2d0418f9f5660ac4e46b70bf111ef29878a1ef9dd8af98b6b6ed16577dd93f5e --- docs/Makefile | 8 -------- 1 file changed, 8 deletions(-) (limited to 'docs') diff --git a/docs/Makefile b/docs/Makefile index 344bd70..12231d2 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -22,12 +22,4 @@ clean: all-clean: clean rm -f cpt.texi cpt.txt -install: all - ${INSTALL_SH} -Dm644 cpt.txt ${DESTDIR}${CPTDOC}/cpt.txt - ${INSTALL_SH} -Dm644 cpt.info ${DESTDIR}${INFODIR}/cpt.info - -uninstall: - rm -rf ${DESTDIR}${CPTDOC} - rm -f ${DESTDIR}${INFODIR}/cpt.info - .PHONY: all clean all-clean install uninstall -- cgit v1.2.3