From aa1c4a0de2302c32ae700c6719fdade3c98c9d6b Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Fri, 9 Mar 2018 14:39:32 -0800 Subject: [PATCH] asciidoc comment fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2714f13af22..8c9220dcaac 100644 --- a/Makefile +++ b/Makefile @@ -153,7 +153,7 @@ authors: %.1.asciidoc: %.1.asciidoc.in sed "s/%VERSION%/$(VERSION)/" $< > $@ -# Regenerate %.1 if %.1.asciidoc or VERSION has been modified more +# Regenerate %.1 if %.1.asciidoc or release.py has been modified more # recently than %.1. (Implicitly runs the %.1.asciidoc recipe) %.1: %.1.asciidoc lib/ansible/release.py $(ASCII2MAN)