From 9a2b957f93d89b32d14a43998b9bb3aef362d7f3 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 21 Sep 2022 00:13:33 +0200 Subject: Add a LIBRARY section to manuals --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3