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 4679e87 commit e0bed41Copy full SHA for e0bed41
doc/src/sgml/Makefile
@@ -2,7 +2,7 @@
2
#
3
# PostgreSQL documentation makefile
4
5
-# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.69 2004/03/06 02:52:46 momjian Exp $
+# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.70 2004/03/08 23:59:23 momjian Exp $
6
7
#----------------------------------------------------------------------------
8
@@ -238,3 +238,5 @@ clean distclean maintainer-clean:
238
rm -f *.rtf *.tex-ps *.tex-pdf *.dvi *.aux *.log *.ps *.pdf *.out *.eps *.fot
239
# index
240
rm -f HTML.index $(GENERATED_SGML)
241
+# text
242
+ rm -f INSTALL HISTORY regress_README
0 commit comments