From e1b5b7a7c210115805c2f7ce827b1943a1eeae35 Mon Sep 17 00:00:00 2001 From: eccles Date: Sun, 10 Nov 2002 21:43:05 +0000 Subject: [PATCH] Oops, that shouldn't have been left in... git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1659 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/src/build.bat b/Docs/src/build.bat index bc044dab..da74430b 100644 --- a/Docs/src/build.bat +++ b/Docs/src/build.bat @@ -2,4 +2,4 @@ bin\halibut.exe config.but intro.but usage.but script.but attributes.but compile @copy Contents.html index.html @copy index.html IndexPage.html @copy *.html ..\\ -@rem del -f *.html +@del -f *.html