diff options
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 |