Commit e0bed412 authored by Bruce Momjian's avatar Bruce Momjian

Have SGML make clean remove text files output as well

parent 4679e875
......@@ -2,7 +2,7 @@
#
# PostgreSQL documentation makefile
#
# $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 $
#
#----------------------------------------------------------------------------
......@@ -238,3 +238,5 @@ clean distclean maintainer-clean:
rm -f *.rtf *.tex-ps *.tex-pdf *.dvi *.aux *.log *.ps *.pdf *.out *.eps *.fot
# index
rm -f HTML.index $(GENERATED_SGML)
# text
rm -f INSTALL HISTORY regress_README
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment