mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
Clean should also delete the pdf, ps and .out(?) files.
This commit is contained in:
parent
447f01c572
commit
382d217532
@ -77,7 +77,7 @@ uninstall::
|
|||||||
$(RM) $(mandir)/man$(conf_manext)/wine.conf.$(conf_manext)
|
$(RM) $(mandir)/man$(conf_manext)/wine.conf.$(conf_manext)
|
||||||
|
|
||||||
clean::
|
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*
|
$(RM) -r $(BOOKNAME) html man3w *.junk DBTOHTML_OUTPUT_DIR*
|
||||||
|
|
||||||
### Dependencies:
|
### Dependencies:
|
||||||
|
Loading…
Reference in New Issue
Block a user