From a5d1c6da7e5617c15dd729a7907fb38cc25c2e1b Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 24 Dec 2022 02:26:00 +0100 Subject: Add vectors --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b89064d..869e959 100644 --- a/Makefile +++ b/Makefile @@ -9,8 +9,4 @@ DGDIR = ${DESTDIR}${GDIR} install: mkdir -p ${DPREFIX}/include ${DGDIR} - cp src/gehashmap.h ${DPREFIX}/include - #cp man/*.3 ${MANDIR}/man3 - #cp man/*.3head ${MANDIR}/man3head - #sed '/^\.ds doc-str-Lb-liblux/d' ${GDIR}/mdoc.local >${DGDIR}/mdoc.local - #grep -v '^\.\\"' man/Lb-desc.tmac >>${DGDIR}/mdoc.local + cp src/*.h ${DPREFIX}/include -- cgit v1.2.3