diff options
Diffstat (limited to 'scripts')
-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; |