aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 227e248..f080c94 100644
--- a/Makefile
+++ b/Makefile
@@ -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' \
diff --git a/aux/workflow/manpages.sh b/doc/manpages.sh
index 5c83a37..5c83a37 100755
--- a/aux/workflow/manpages.sh
+++ b/doc/manpages.sh