diff options
author | EuAndreh <eu@euandre.org> | 2021-08-06 16:27:20 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-08-06 16:27:20 -0300 |
commit | a3b44f937180e7544b70ca375543060a3ee57570 (patch) | |
tree | 823531277559c2f836908f9a94fdce184febdb3b /Makefile | |
parent | mv tests/tests-lib.sh tests/lib.sh (diff) | |
download | git-permalink-a3b44f937180e7544b70ca375543060a3ee57570.tar.gz git-permalink-a3b44f937180e7544b70ca375543060a3ee57570.tar.xz |
mv aux/workflow/manpages.sh doc/manpages.sh
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -33,11 +33,11 @@ check: all install: all mkdir -p $(DESTDIR)$(PREFIX)/bin cp src/git-permalink $(DESTDIR)$(PREFIX)/bin - sh aux/workflow/manpages.sh -ip $(DESTDIR)$(MANPREFIX) $(manpages) + sh doc/manpages.sh -ip $(DESTDIR)$(MANPREFIX) $(manpages) uninstall: rm -f $(DESTDIR)$(PREFIX)/bin/git-permalink - sh aux/workflow/manpages.sh -up $(DESTDIR)$(MANPREFIX) $(manpages) + sh doc/manpages.sh -up $(DESTDIR)$(MANPREFIX) $(manpages) clean: rm -rf public/ $(manpages) README.*.md CHANGELOG.*.md messages.mo \ @@ -81,7 +81,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 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' \ |