From 53efa80d1456037a80b2dec99460c7aa697bdae8 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 8 Dec 2022 18:55:35 +0100 Subject: Update formatting --- Makefile | 6 +++--- 1 file 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: -- cgit v1.2.3