From 382d21753226b1d2db158e803c1cf7fd8ac2036c Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Thu, 3 May 2001 18:33:32 +0000 Subject: [PATCH] Clean should also delete the pdf, ps and .out(?) files. --- documentation/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/Makefile.in b/documentation/Makefile.in index a370ef7664..312170a9a3 100644 --- a/documentation/Makefile.in +++ b/documentation/Makefile.in @@ -77,7 +77,7 @@ uninstall:: $(RM) $(mandir)/man$(conf_manext)/wine.conf.$(conf_manext) clean:: - $(RM) *.aux *.dvi *.tex *.log $(BOOKNAME).pdf $(BOOKNAME).ps + $(RM) *.aux *.dvi *.out *.pdf *.ps *.tex *.log $(BOOKNAME).pdf $(BOOKNAME).ps $(RM) -r $(BOOKNAME) html man3w *.junk DBTOHTML_OUTPUT_DIR* ### Dependencies: