1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 03:22:48 -05:00

`make mostlyclean', to remove everything directly Halibut-generated

but not the CHM. It'll come in useful during the release process.

[originally from svn r7027]
This commit is contained in:
Simon Tatham
2006-12-28 10:38:46 +00:00
parent 1f352e935b
commit 7e4786355d
2 changed files with 6 additions and 5 deletions

View File

@ -65,5 +65,7 @@ psftp.1: man-psft.but mancfg.but; $(MKMAN)
puttytel.1: man-ptel.but mancfg.but; $(MKMAN)
pterm.1: man-pter.but mancfg.but; $(MKMAN)
clean:
rm -f *.html *.txt *.hlp *.cnt *.1 *.info vstr.but *.hh[pck] *.chm
mostlyclean:
rm -f *.html *.txt *.hlp *.cnt *.1 *.info vstr.but *.hh[pck]
clean: mostlyclean
rm -f *.chm