aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-08-06 16:31:13 -0300
committerEuAndreh <eu@euandre.org>2021-08-06 16:31:13 -0300
commit7f440566936bfd5c52e3dc0655d8c44943ece083 (patch)
treec02fbb02834d27a9a2468689975e975903d1f61d
parentsrc/gistatic.c: trim_newline() => strtrim(), trim more chars and a sequence o... (diff)
downloadgistatic-7f440566936bfd5c52e3dc0655d8c44943ece083.tar.gz
gistatic-7f440566936bfd5c52e3dc0655d8c44943ece083.tar.xz
mv aux/workflow/manpages.sh doc/manpages.sh
Diffstat (limited to '')
-rw-r--r--Makefile6
-rwxr-xr-xdoc/manpages.sh (renamed from aux/workflow/manpages.sh)0
2 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' \
diff --git a/aux/workflow/manpages.sh b/doc/manpages.sh
index 5c83a37..5c83a37 100755
--- a/aux/workflow/manpages.sh
+++ b/doc/manpages.sh