aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2022-12-08 18:55:35 +0100
committerThomas Voss <mail@thomasvoss.com> 2022-12-08 18:55:35 +0100
commit53efa80d1456037a80b2dec99460c7aa697bdae8 (patch)
tree1d6948896b92d2a427087bce0fa1a5cd0ef34c87
parent6e1874282cf8f53092b3e3baf5b6a5126d140e16 (diff)
Update formatting
-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: