File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
@ echo off
2
2
3
3
REM src/tools/msvc/pgbison.bat
4
- REM all the logic for this now belongs in builddoc .pl. This file really
4
+ REM all the logic for this now belongs in pgbison .pl. This file really
5
5
REM only exists so you don't have to type "perl src/tools/msvc/pgbison.pl"
6
6
REM Resist any temptation to add any logic here.
7
7
@ perl src/tools/msvc/pgbison.pl %*
Original file line number Diff line number Diff line change 1
1
@ echo off
2
2
3
3
REM src/tools/msvc/pgflex.bat
4
- REM all the logic for this now belongs in builddoc .pl. This file really
4
+ REM all the logic for this now belongs in pgflex .pl. This file really
5
5
REM only exists so you don't have to type "perl src/tools/msvc/pgflex.pl"
6
6
REM Resist any temptation to add any logic here.
7
7
@ perl src/tools/msvc/pgflex.pl %*
You can’t perform that action at this time.
0 commit comments