aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-02-19 17:38:21 -0300
committerEuAndreh <eu@euandre.org>2022-02-19 17:40:30 -0300
commitbbcf49ac9abe7b4bdbc616ccd8ae8b8b0ac63bb5 (patch)
treede39968bb152098961b8beaeb2bf326d2bcdebf9 /Makefile
parentaux/workflow/style.css: Customize <pre> and <code> tag colors for dark mode (diff)
downloadgit-permalink-bbcf49ac9abe7b4bdbc616ccd8ae8b8b0ac63bb5.tar.gz
git-permalink-bbcf49ac9abe7b4bdbc616ccd8ae8b8b0ac63bb5.tar.xz
Extract aux/workflow/manpages2html.sh from doc/manpages.shHEADmain
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2d094a0..cd93af9 100644
--- a/Makefile
+++ b/Makefile
@@ -121,7 +121,7 @@ l10n-gen: README.en.md CHANGELOG.en.md $(manpages.en.in)
public: l10n-gen all TODOs.md $(manpages)
sh aux/workflow/public.sh -l '$(TRANSLATIONS) $(CONTRIBLANGS) en' \
-n '$(NAME)' -m '$(MAILING_LIST)' -o public
- sh doc/manpages.sh -Ho public $(manpages)
+ sh aux/workflow/manpages2html.sh -o public $(manpages)
spellcheck: public
sh aux/workflow/assert-spelling.sh -l '$(TRANSLATIONS) en' \