summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2022-12-24 02:26:00 +0100
committerThomas Voss <mail@thomasvoss.com> 2022-12-24 02:26:40 +0100
commita5d1c6da7e5617c15dd729a7907fb38cc25c2e1b (patch)
treea2311d363a96a6165b4bb3a956b653efbcab2aa1 /Makefile
parent144bd88ff5146af4df99596606a7bf2a624723fc (diff)
Add vectors
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
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