aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Voss <thomasvoss@live.com> 2022-09-21 00:13:33 +0200
committerThomas Voss <thomasvoss@live.com> 2022-09-21 00:13:33 +0200
commit9a2b957f93d89b32d14a43998b9bb3aef362d7f3 (patch)
tree1044d48c90bc910d401194de13ce4e09d6651f0c /Makefile
parent97cf3eb4685f5c5396f16736eb6afc9827fe7593 (diff)
Add a LIBRARY section to manuals
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