From a7b0e4c6453bbd43037e8751865b73a3f629f2d7 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 2 Apr 2023 08:12:53 -0300 Subject: Makefile: Unify calls to aux/dev.mk --- Makefile | 18 +++++++++--------- TODOs.md | 1 + aux/dev.mk | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/Makefile b/Makefile index e5c58eb..8d155d6 100644 --- a/Makefile +++ b/Makefile @@ -65,6 +65,9 @@ uninstall: sh doc/manpages.sh -up '$(DESTDIR)$(MANDIR)' $(manpages) +ALWAYS: + + # # Personal workflow targets # @@ -72,17 +75,14 @@ uninstall: dist: sh aux/workflow/dist.sh -d '$(DATE)' -V '$(VERSION)' -n '$(NAME)' -public: TODOs.md README.md CHANGELOG.md po/po4a.cfg $(manpages) - $(MAKE) -f aux/dev.mk public \ +public po/po4a.cfg dev-check: + $(MAKE) -f aux/dev.mk $@ \ + en_files='$(manpages.en.in)' \ manpages.in='$(manpages.in)' \ - md_files="`echo *.??.md`" \ + md_files="`echo *.??.md`" \ MAILING_LIST='$(MAILING_LIST)' +public: TODOs.md README.md CHANGELOG.md po/po4a.cfg $(manpages) po/po4a.cfg: ALWAYS - $(MAKE) -f aux/dev.mk $@ en_files='$(manpages.en.in)' - -dev: all check public - $(MAKE) -f aux/dev.mk check MAILING_LIST='$(MAILING_LIST)' - -ALWAYS: +dev: all check public dev-check diff --git a/TODOs.md b/TODOs.md index eb017db..b517ada 100644 --- a/TODOs.md +++ b/TODOs.md @@ -353,3 +353,4 @@ manpage footers translations exercise dist.sh repo.sh check spelling.sh check +buffer output of tests/*.sh files diff --git a/aux/dev.mk b/aux/dev.mk index 5144a42..94fa4d6 100644 --- a/aux/dev.mk +++ b/aux/dev.mk @@ -108,6 +108,6 @@ manfooter.sentinel: for f in aux/checks/manpages/*.in; do $(MAKE) -f aux/dev.mk "$${f%.in}"; done touch $@ -check: $(test-files) +dev-check: $(test-files) ALWAYS: -- cgit v1.2.3