From c0fc9801a0da8562bdadd44d2fe6e3509bbaa1b7 Mon Sep 17 00:00:00 2001 From: simon Date: Thu, 6 Dec 2001 18:18:46 +0000 Subject: [PATCH] Sort out the silly filenames. git-svn-id: svn://svn.tartarus.org/sgt/putty@1459 cda61777-01e9-0310-a592-d414129be87e --- 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 -- 2.11.0