Documentation: Clean means... clean?

François Gouget fgouget at codeweavers.com
Wed May 2 13:02:39 CDT 2001


Changelog:

   François Gouget <fgouget at codeweavers.com>

 * documentation/Makefile.in
   Clean should also delete the pdf, ps and .out(?) files

   After all we delete the .tex files too.


-- 
François Gouget
fgouget at codeweavers.com
-------------- next part --------------
Index: documentation/Makefile.in
===================================================================
RCS file: /home/cvs/wine/wine/documentation/Makefile.in,v
retrieving revision 1.15
diff -u -r1.15 Makefile.in
--- documentation/Makefile.in	2001/01/24 19:36:24	1.15
+++ documentation/Makefile.in	2001/05/02 17:49:16
@@ -77,7 +77,7 @@
 	$(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:


More information about the wine-patches mailing list