diff options
author | Thomas Voss <mail@thomasvoss.com> | 2022-12-08 18:55:35 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2022-12-08 18:55:35 +0100 |
commit | 53efa80d1456037a80b2dec99460c7aa697bdae8 (patch) | |
tree | 1d6948896b92d2a427087bce0fa1a5cd0ef34c87 /Makefile | |
parent | 6e1874282cf8f53092b3e3baf5b6a5126d140e16 (diff) |
Update formatting
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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: |