From bf6cfd2b01f6d58e178f904b48a943f82a17f7e1 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Thu, 6 Dec 2001 18:18:46 +0000 Subject: [PATCH] Sort out the silly filenames. [originally from svn r1459] --- doc/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index a19d2fb5..f61b7c5b 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -9,6 +9,9 @@ Contents.html: $(INPUTS) $(HOME)/src/buttress/build/buttress $(INPUTS) rm -f index.html ln -s Contents.html index.html + mv output.txt puttydoc.txt + mv output.hlp putty.hlp + mv output.cnt putty.cnt clean: - rm -f *.html output.txt + rm -f *.html *.txt *.hlp *.cnt