From c207d9f53aed777663965eb7ab084438daeb995a Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 9 Mar 2021 09:04:43 -0300 Subject: Revert "Makefile: Use "troff" over "groff"" This reverts commit a649cf53498bb9bdff79a40eb39462d8ccd1a396. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c3293ad..191fbaa 100644 --- a/Makefile +++ b/Makefile @@ -73,6 +73,6 @@ dist: public: README.md TODOs.md CHANGELOG.md $(manpages) sh aux/workflow/public.sh Remembering $(NAME) public-inbox - for m in $(manpages); do troff -m man -Thtml $$m > public/`basename $$m`.html; done + for m in $(manpages); do groff -m man -Thtml $$m > public/`basename $$m`.html; done .PHONY: all clean check dev-check dist install uninstall -- cgit v1.2.3