diff options
author | Thomas Voss <thomasvoss@live.com> | 2022-09-21 00:13:33 +0200 |
---|---|---|
committer | Thomas Voss <thomasvoss@live.com> | 2022-09-21 00:13:33 +0200 |
commit | 9a2b957f93d89b32d14a43998b9bb3aef362d7f3 (patch) | |
tree | 1044d48c90bc910d401194de13ce4e09d6651f0c /Makefile | |
parent | 97cf3eb4685f5c5396f16736eb6afc9827fe7593 (diff) |
Add a LIBRARY section to manuals
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |