diff options
| author | EuAndreh <eu@euandre.org> | 2021-08-06 16:31:13 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-08-06 16:31:13 -0300 |
| commit | 7f440566936bfd5c52e3dc0655d8c44943ece083 (patch) | |
| tree | c02fbb02834d27a9a2468689975e975903d1f61d /Makefile | |
| parent | src/gistatic.c: trim_newline() => strtrim(), trim more chars and a sequence o... (diff) | |
| download | gistatic-7f440566936bfd5c52e3dc0655d8c44943ece083.tar.gz gistatic-7f440566936bfd5c52e3dc0655d8c44943ece083.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
@@ -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' \ |
