aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 75137eb..27bd520 100644
--- a/Makefile
+++ b/Makefile
@@ -13,10 +13,10 @@ install:
mkdir -p ${DPREFIX}/include ${DPREFIX}/lib \
${MANDIR}/man3 ${MANDIR}/man3head
cp src/liblux.a src/liblux.so ${DPREFIX}/lib
- cp src/lux.h ${DPREFIX}/include
- cp man/*.3 ${MANDIR}/man3
+ cp src/lux.h ${DPREFIX}/include
+ cp man/*.3 ${MANDIR}/man3
cp man/*.3head ${MANDIR}/man3head
- sed -i '/^\.ds doc-str-Lb-liblux/d' ${GFILE}
+ sed -i '/^\.ds doc-str-Lb-liblux/d' ${GFILE}
grep -v '^\.\\"' man/Lb-desc.tmac >> ${GFILE}
clean: