|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.46 2008/02/28 12:17:59 mha Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.47 2008/03/1417:28:23 alvherre Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="install-win32">
|
4 | 4 | <title>Installation on <productname>Windows</productname></title>
|
|
247 | 247 | handle changed files. But if there have been large changes, you may need
|
248 | 248 | to clean the installation. To do this, simply run the
|
249 | 249 | <filename>clean.bat</filename> command, which will automatically clean out
|
250 |
| - all generated files. You can also run it withwiththe |
| 250 | + all generated files. You can also run it with the |
251 | 251 | <parameter>dist</parameter> parameter, in which case it will behave like
|
252 | 252 | <userinput>make distclean</userinput> and remove the flex/bison output files
|
253 | 253 | as well.
|
|