From 8d69f4b93aea66a417f5c881b2e6381d19d86b35 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 18 Oct 2012 03:13:04 -0700 Subject: chore(jstd): remove JsTestDriver from our repo Testacular FTW! --- link-docs.sh | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100755 link-docs.sh (limited to 'link-docs.sh') diff --git a/link-docs.sh b/link-docs.sh deleted file mode 100755 index 2d39f496..00000000 --- a/link-docs.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh - -./gen_docs.sh - -rm build/docs/index.html -rm -rf build/docs/css -rm -rf build/docs/js -rm -rf build/docs/img -rm -rf build/docs/examples - -cd build/docs - -ln -s ../../docs/src/templates/index.html -ln -s ../../docs/src/templates/css -ln -s ../../docs/src/templates/js -ln -s ../../docs/img -ln -s ../../docs/examples -- cgit v1.2.3