From e85ba7459e6270b5ec1186a18e87a60c13153344 Mon Sep 17 00:00:00 2001 From: cypherpunks Date: Thu, 12 Mar 2015 09:28:41 +0100 Subject: Revive updateVersions.pl with `make update-versions`. --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 4527dd1244..1c2d2c1909 100644 --- a/Makefile.am +++ b/Makefile.am @@ -122,6 +122,10 @@ check-changes: $(PYTHON) $(top_srcdir)/scripts/maint/lintChanges.py $(top_srcdir)/changes/*; \ fi +.PHONY: update-versions +update-versions: + $(PERL) $(top_builddir)/scripts/maint/updateVersions.pl + version: @echo "Tor @VERSION@" @if test -d "$(top_srcdir)/.git" && test -x "`which git 2>&1;true`"; then \ -- cgit v1.2.3-54-g00ecf