diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2010-06-12 21:40:31 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2010-06-12 21:40:31 +0000 |
commit | a079efa641fbfa0ad32c6218e8dc6d949989a247 (patch) | |
tree | 15c7e230f974238df546b8da4caef7ec0e6e25d1 | |
parent | 785c2acc1265aa26042dd60bd38dd8d5a5e19061 (diff) | |
download | postgresql-a079efa641fbfa0ad32c6218e8dc6d949989a247.tar.gz postgresql-a079efa641fbfa0ad32c6218e8dc6d949989a247.zip |
postgres.txt should get cleaned by 'make clean'.
-rw-r--r-- | doc/src/sgml/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/Makefile b/doc/src/sgml/Makefile index efd25d22b12..5745362214d 100644 --- a/doc/src/sgml/Makefile +++ b/doc/src/sgml/Makefile @@ -2,7 +2,7 @@ # # PostgreSQL documentation makefile # -# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.147 2010/06/12 17:17:25 momjian Exp $ +# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.148 2010/06/12 21:40:31 tgl Exp $ # #---------------------------------------------------------------------------- @@ -359,8 +359,8 @@ clean: # text --- these are shipped, but not in this directory rm -f INSTALL HISTORY regress_README rm -f INSTALL.html HISTORY.html regress_README.html -# other HTML - rm -f postgres.html +# single-page output + rm -f postgres.html postgres.txt # print rm -f *.rtf *.tex-ps *.tex-pdf *.dvi *.aux *.log *.ps *.pdf *.out *.fot # index |