Skip to content

Commit

Permalink
use mandoc instead of nroff
Browse files Browse the repository at this point in the history
  • Loading branch information
jschauma committed May 26, 2024
1 parent 2f028b9 commit bb8c4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ install: ${NAME}
man: doc/${NAME}.1.txt

doc/${NAME}.1.txt: doc/${NAME}.1
nroff -man $? | col -b >$@
mandoc -T ascii -c -O width=80 $? | col -b > $@

readme: man
sed -n -e '/^NAME/!p;//q' README.md >.readme
Expand Down

0 comments on commit bb8c4a8

Please sign in to comment.