mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Correct minor typos.
This commit is contained in:
parent
e3354ab320
commit
fb0627d972
@ -54,10 +54,10 @@ cd ../../..
|
|||||||
|
|
||||||
# Generate plpgsql's yacc and lex files
|
# Generate plpgsql's yacc and lex files
|
||||||
|
|
||||||
cd pl/plpgsql
|
cd pl/plpgsql/src
|
||||||
rm -rf pl_scan.c pl.tab.h pl_gram.c
|
rm -f pl_scan.c pl.tab.h pl_gram.c
|
||||||
$MAKE pl_scan.c pl.tab.h pl_gram.c
|
$MAKE pl_scan.c pl.tab.h pl_gram.c
|
||||||
cd ../..
|
cd ../../..
|
||||||
|
|
||||||
# Generate psql's help on SQL command from the SGML docs
|
# Generate psql's help on SQL command from the SGML docs
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user