mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 14:39:24 -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:
parent
1f352e935b
commit
7e4786355d
@ -140,9 +140,8 @@ of the tag.
|
|||||||
+ change into the doc subdir
|
+ change into the doc subdir
|
||||||
+ run `make VERSION="PuTTY release 0.XX" chm', then run `hhc
|
+ run `make VERSION="PuTTY release 0.XX" chm', then run `hhc
|
||||||
putty.hhp' to build the .CHM
|
putty.hhp' to build the .CHM
|
||||||
+ then move the .CHM somewhere else so `make clean' doesn't blow
|
+ then run `make mostlyclean' (destroys the hhc input files but
|
||||||
it away
|
_not_ the .CHM)
|
||||||
+ then run `make clean'
|
|
||||||
+ then `make VERSION="PuTTY release 0.XX"'
|
+ then `make VERSION="PuTTY release 0.XX"'
|
||||||
|
|
||||||
- Build the binary archives putty.zip (one for each architecture):
|
- Build the binary archives putty.zip (one for each architecture):
|
||||||
|
@ -65,5 +65,7 @@ psftp.1: man-psft.but mancfg.but; $(MKMAN)
|
|||||||
puttytel.1: man-ptel.but mancfg.but; $(MKMAN)
|
puttytel.1: man-ptel.but mancfg.but; $(MKMAN)
|
||||||
pterm.1: man-pter.but mancfg.but; $(MKMAN)
|
pterm.1: man-pter.but mancfg.but; $(MKMAN)
|
||||||
|
|
||||||
clean:
|
mostlyclean:
|
||||||
rm -f *.html *.txt *.hlp *.cnt *.1 *.info vstr.but *.hh[pck] *.chm
|
rm -f *.html *.txt *.hlp *.cnt *.1 *.info vstr.but *.hh[pck]
|
||||||
|
clean: mostlyclean
|
||||||
|
rm -f *.chm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user