From: Bruce Momjian Date: Mon, 8 Mar 2004 23:59:23 +0000 (+0000) Subject: Have SGML make clean remove text files output as well X-Git-Tag: REL8_0_0BETA1~1044 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0bed412a27844beda5858ae541c8c8cd4660999;p=postgresql Have SGML make clean remove text files output as well --- diff --git a/doc/src/sgml/Makefile b/doc/src/sgml/Makefile index 65e7447377..c262acb477 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.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