mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-02 12:02:47 -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:
@ -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
|
||||
|
Reference in New Issue
Block a user