mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 13:53:31 +01:00
Revive updateVersions.pl with make update-versions
.
This commit is contained in:
parent
ce9bd4e04c
commit
e85ba7459e
@ -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 \
|
||||
|
@ -1664,6 +1664,7 @@ AC_CONFIG_FILES([
|
||||
src/config/torrc.sample
|
||||
src/config/torrc.minimal
|
||||
scripts/maint/checkOptionDocs.pl
|
||||
scripts/maint/updateVersions.pl
|
||||
])
|
||||
|
||||
if test x$asciidoc = xtrue && test "$ASCIIDOC" = "none" ; then
|
||||
|
@ -1,8 +1,8 @@
|
||||
#!/usr/bin/perl -w
|
||||
|
||||
$CONFIGURE_IN = './configure.ac';
|
||||
$ORCONFIG_H = './src/win32/orconfig.h';
|
||||
$TOR_NSI = './contrib/win32build/tor-mingw.nsi.in';
|
||||
$CONFIGURE_IN = '@abs_top_srcdir@/configure.ac';
|
||||
$ORCONFIG_H = '@abs_top_srcdir@/src/win32/orconfig.h';
|
||||
$TOR_NSI = '@abs_top_srcdir@/contrib/win32build/tor-mingw.nsi.in';
|
||||
|
||||
$quiet = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user