aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-03-09 09:04:43 -0300
committerEuAndreh <eu@euandre.org>2021-03-09 09:04:43 -0300
commitc207d9f53aed777663965eb7ab084438daeb995a (patch)
treefc1d0ab017c0a3aaf109a047b4890364972811e5 /Makefile
parentassert-clang-format.sh: ShellCheck (diff)
downloadremembering-c207d9f53aed777663965eb7ab084438daeb995a.tar.gz
remembering-c207d9f53aed777663965eb7ab084438daeb995a.tar.xz
Revert "Makefile: Use "troff" over "groff""
This reverts commit a649cf53498bb9bdff79a40eb39462d8ccd1a396.
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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