aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f862452..37f1d66 100644
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,9 @@ install:
cp ${outputs} ${PREFIX}/lib
cp lux.h ${PREFIX}/include
cp man/* ${MANDIR}/man3
+ file=/usr/share/groff/current/tmac/mdoc/doc-syms; \
+ grep '^\.ds doc-str-Lb-liblux' $$file > /dev/null || \
+ cat man/Lb-desc.tmac >> $$file
clean:
rm -f ${outputs} liblux.o