replace VERSION usage in man generation

* VERSION no longer exists, use lib/ansible/release.py instead as  sentinel file for staleness check
pull/37270/head
Matt Davis 7 years ago
parent 573c53fd00
commit cc46e752e0

@ -155,7 +155,7 @@ authors:
# Regenerate %.1 if %.1.asciidoc or VERSION has been modified more
# recently than %.1. (Implicitly runs the %.1.asciidoc recipe)
%.1: %.1.asciidoc VERSION
%.1: %.1.asciidoc lib/ansible/release.py
$(ASCII2MAN)
.PHONY: loc

Loading…
Cancel
Save