aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 03c006b..dc2edf7 100644
--- a/Makefile
+++ b/Makefile
@@ -55,10 +55,10 @@ clean:
install: all
mkdir -p $(DESTDIR)$(PREFIX)/bin
cp src/gistatic $(DESTDIR)$(PREFIX)/bin
- sh aux/workflow/manpages.sh -ip $(DESTDIR)$(MANPREFIX) $(manpages)
+ sh doc/manpages.sh -ip $(DESTDIR)$(MANPREFIX) $(manpages)
uninstall:
- sh aux/workflow/manpages.sh -up $(DESTDIR)$(MANPREFIX) $(manpages)
+ sh doc/manpages.sh -up $(DESTDIR)$(MANPREFIX) $(manpages)
#
@@ -98,7 +98,7 @@ l10n-gen: README.en.md CHANGELOG.en.md $(manpages.en.in)
public: l10n-gen TODOs.md $(manpages)
sh aux/workflow/public.sh -l '$(TRANSLATIONS) $(CONTRIBLANGS) en' \
-n $(NAME) -m $(MAILING_LIST) -o public
- sh aux/workflow/manpages.sh -Ho public $(manpages)
+ sh doc/manpages.sh -Ho public $(manpages)
spellcheck: public
sh aux/workflow/assert-spelling.sh -l '$(TRANSLATIONS) en' \