Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 785c2ac commit a079efaCopy full SHA for a079efa
doc/src/sgml/Makefile
@@ -2,7 +2,7 @@
2
#
3
# PostgreSQL documentation makefile
4
5
-# $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 $
6
7
#----------------------------------------------------------------------------
8
@@ -359,8 +359,8 @@ clean:
359
# text --- these are shipped, but not in this directory
360
rm -f INSTALL HISTORY regress_README
361
rm -f INSTALL.html HISTORY.html regress_README.html
362
-# other HTML
363
- rm -f postgres.html
+# single-page output
+ rm -f postgres.html postgres.txt
364
# print
365
rm -f *.rtf *.tex-ps *.tex-pdf *.dvi *.aux *.log *.ps *.pdf *.out *.fot
366
# index
0 commit comments