From 3ab4da43253d8dea5dea161b741b5cc51b97ad63 Mon Sep 17 00:00:00 2001 From: simon Date: Thu, 28 Dec 2006 10:38:46 +0000 Subject: [PATCH] `make mostlyclean', to remove everything directly Halibut-generated but not the CHM. It'll come in useful during the release process. git-svn-id: svn://svn.tartarus.org/sgt/putty@7027 cda61777-01e9-0310-a592-d414129be87e --- CHECKLST.txt | 5 ++--- doc/Makefile | 6 ++++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHECKLST.txt b/CHECKLST.txt index 454bc180..3f43a18e 100644 --- a/CHECKLST.txt +++ b/CHECKLST.txt @@ -140,9 +140,8 @@ of the tag. + change into the doc subdir + run `make VERSION="PuTTY release 0.XX" chm', then run `hhc putty.hhp' to build the .CHM - + then move the .CHM somewhere else so `make clean' doesn't blow - it away - + then run `make clean' + + then run `make mostlyclean' (destroys the hhc input files but + _not_ the .CHM) + then `make VERSION="PuTTY release 0.XX"' - Build the binary archives putty.zip (one for each architecture): diff --git a/doc/Makefile b/doc/Makefile index 5a463c85..c089fa13 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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 -- 2.11.0