diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-04-28 11:59:55 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-04-28 11:59:55 -0400 |
commit | 703ad69587b512088f178da52494d7767f521c38 (patch) | |
tree | b4209f96d7494bdf2dbb9af74549ed83d291579e /scripts/maint | |
parent | 9230bc7c65cec68c66fa9c75751d6c6bd600e9fc (diff) | |
download | tor-703ad69587b512088f178da52494d7767f521c38.tar tor-703ad69587b512088f178da52494d7767f521c38.tar.gz |
Deal with the aftermath of sorting contrib
This basically amounts to grepping for every file that mentioned
contrib and adjusting its references to refer to the right place.
Diffstat (limited to 'scripts/maint')
-rwxr-xr-x | scripts/maint/redox.py | 4 | ||||
-rwxr-xr-x | scripts/maint/updateVersions.pl | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/scripts/maint/redox.py b/scripts/maint/redox.py index 550f84686..fa816a726 100755 --- a/scripts/maint/redox.py +++ b/scripts/maint/redox.py @@ -10,7 +10,7 @@ # to tell you where documentation should go! # To use me, edit the stuff below... # ...and run 'make doxygen 2>doxygen.stderr' ... -# ...and run ./contrib/redox.py < doxygen.stderr ! +# ...and run ./scripts/maint/redox.py < doxygen.stderr ! # I'll make a bunch of new files by adding missing DOCDOC comments to your # source. Those files will have names like ./src/common/util.c.newdoc. # You will want to look over the changes by hand before checking them in. @@ -21,7 +21,7 @@ # 1. make doxygen 1>doxygen.stdout 2>doxygen.stderr. # 2. grep Warning doxygen.stderr | grep -v 'is not documented' | less # [This will tell you about all the bogus doxygen output you have] -# 3. python ./contrib/redox.py <doxygen.stderr +# 3. python ./scripts/maint/redox.py <doxygen.stderr # [This will make lots of .newdoc files with DOCDOC comments for # whatever was missing documentation.] # 4. Look over those .newdoc files, and see which docdoc comments you diff --git a/scripts/maint/updateVersions.pl b/scripts/maint/updateVersions.pl index 9dae1ff95..15c83b80a 100755 --- a/scripts/maint/updateVersions.pl +++ b/scripts/maint/updateVersions.pl @@ -2,7 +2,7 @@ $CONFIGURE_IN = './configure.ac'; $ORCONFIG_H = './src/win32/orconfig.h'; -$TOR_NSI = './contrib/tor-mingw.nsi.in'; +$TOR_NSI = './contrib/win32build/tor-mingw.nsi.in'; $quiet = 1; |