|
2 | 2 | # |
3 | 3 | # PostgreSQL documentation makefile |
4 | 4 | # |
5 | | -# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.147 2010/06/1217:17:25 momjian Exp $ |
| 5 | +# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.148 2010/06/1221:40:31 tgl Exp $ |
6 | 6 | # |
7 | 7 | #---------------------------------------------------------------------------- |
8 | 8 |
|
@@ -359,8 +359,8 @@ clean: |
359 | 359 | # text --- these are shipped, but not in this directory |
360 | 360 | rm -f INSTALL HISTORY regress_README |
361 | 361 | rm -f INSTALL.html HISTORY.html regress_README.html |
362 | | -#other HTML |
363 | | -rm -f postgres.html |
| 362 | +#single-page output |
| 363 | +rm -f postgres.html postgres.txt |
364 | 364 | # print |
365 | 365 | rm -f *.rtf *.tex-ps *.tex-pdf *.dvi *.aux *.log *.ps *.pdf *.out *.fot |
366 | 366 | # index |
|