diff options
author | Thomas Voss <mail@thomasvoss.com> | 2022-12-24 02:26:00 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2022-12-24 02:26:40 +0100 |
commit | a5d1c6da7e5617c15dd729a7907fb38cc25c2e1b (patch) | |
tree | a2311d363a96a6165b4bb3a956b653efbcab2aa1 /Makefile | |
parent | 144bd88ff5146af4df99596606a7bf2a624723fc (diff) |
Add vectors
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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 |