From adf8d8cddbe64cb7590e0fb65604d060dfbd1224 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 10 Dec 2018 10:56:33 +0000 Subject: [PATCH] make: fix help typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6ce984d84..57f6937ba 100644 --- a/Makefile +++ b/Makefile @@ -1254,7 +1254,7 @@ changes-top-verbose: $(call def-help,changes-top-verbose, show commits since the # org-like changelog format suitable for changelogs/release notes CHANGELOGFMT=--pretty=format:'ORGNODE %s (%an) %n%b' -changes-%: $(call def-help,changes-PKGDIR, show commits since the rev in PKGDIR/.CHANGES.seen in PKGDIR as changelog-ready org nodes ) +changes-%: $(call def-help,changes-PKGID, show commits since the rev in PKGDIR/.CHANGES.seen in PKGDIR as changelog-ready org nodes ) $(eval PKGID=$*) $(eval PKGDIR=$(subst -cli,,hledger-$(PKGID))) $(eval PKGPREFIX=$(shell echo $(PKGDIR) | sed -e s/hledger-// -e s/^hledger$$/cli/))