From f59bdcfbc507d0c3d615afc867c8a082ed669db6 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 21 Sep 2022 20:08:26 +0200 Subject: Change write location of Lb-desc.tmac It does totally work to write the contents of man/Lb-desc.tmac to the doc-syms file; the intended way however is to write to the man.local and mdoc.local files. Since these manuals use mandoc, we write to mdoc.local. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5975402..c9e54d4 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ install: cp lux.h ${PREFIX}/include cp man/*.0 ${MANDIR}/man0 cp man/*.3 ${MANDIR}/man3 - file=/usr/share/groff/current/tmac/mdoc/doc-syms; \ + file=/usr/share/groff/site-tmac/mdoc.local; \ grep '^\.ds doc-str-Lb-liblux' $$file > /dev/null || \ cat man/Lb-desc.tmac >> $$file -- cgit v1.2.3