1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-06 18:42:54 +03:00

Wording improvements to README.

This commit is contained in:
Bruce Momjian
2010-02-26 15:57:34 +00:00
parent 55d1402f61
commit 98c356c8ad

View File

@@ -1,4 +1,4 @@
$PostgreSQL: pgsql/src/tools/pgindent/README,v 1.36 2010/02/26 15:42:36 momjian Exp $ $PostgreSQL: pgsql/src/tools/pgindent/README,v 1.37 2010/02/26 15:57:34 momjian Exp $
pgindent pgindent
======== ========
@@ -12,8 +12,7 @@ This can format all PostgreSQL *.c and *.h files, but excludes *.y, and
wget -O src/tools/pgindent/typedefs.list http://www.pgbuildfarm.org/cgi-bin/typedefs.pl wget -O src/tools/pgindent/typedefs.list http://www.pgbuildfarm.org/cgi-bin/typedefs.pl
3) Clean out all derived files (pgindent has trouble with one of the 3) Remove all derived files (pgindent has trouble with one of the flex macros):
flex macros):
gmake maintainer-clean gmake maintainer-clean
@@ -52,8 +51,6 @@ src/include/snowball/libstemmer/ and src/backend/snowball/libstemmer/
are excluded because those files are imported from an external project, are excluded because those files are imported from an external project,
not maintained locally, and are machine-generated anyway. not maintained locally, and are machine-generated anyway.
YY_INPUT
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
Obsolete typedef list creation instructions: Obsolete typedef list creation instructions: