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