projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3354ab
)
Correct minor typos.
author
Tom Lane
Mon, 17 Jan 2000 04:47:05 +0000
(
04:47
+0000)
committer
Tom Lane
Mon, 17 Jan 2000 04:47:05 +0000
(
04:47
+0000)
src/tools/release_prep
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/release_prep
b/src/tools/release_prep
index 239a13d7def44b1d788a1a70c8e5e744c01d0ec8..7b3352265934c423401d5abf5da91fc00c5dd154 100755
(executable)
--- a/
src/tools/release_prep
+++ b/
src/tools/release_prep
@@
-54,10
+54,10
@@
cd ../../..
# Generate plpgsql's yacc and lex files
-cd pl/plpgsql
-rm -
r
f pl_scan.c pl.tab.h pl_gram.c
+cd pl/plpgsql
/src
+rm -f 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