From ace81290017b815eb122bd56c5fcf60af43c1138 Mon Sep 17 00:00:00 2001 From: sravanthimodepu Date: Tue, 30 Oct 2018 17:20:04 +0530 Subject: [PATCH] modified index.html --- src/lab/index.html | 2 +- src/makefile | 42 ------------------------------------------ 2 files changed, 1 insertion(+), 43 deletions(-) diff --git a/src/lab/index.html b/src/lab/index.html index 27fa6e39e..0a77617cc 100644 --- a/src/lab/index.html +++ b/src/lab/index.html @@ -93,7 +93,7 @@

<
diff --git a/src/makefile b/src/makefile index d613c8125..c0d838e16 100644 --- a/src/makefile +++ b/src/makefile @@ -9,45 +9,3 @@ clean: rm -rf ${build-dir} -#JAVAC=javac -#sources = $(EXP_1sep2010 *.java) -#classes = $(sources: .java=.class) - -#all: $(classes) - -#clean : -# rm -rf *.class -#%.class : %.java -# $(JAVAC) $< -# build-dir=../build -# lib-dir=lib -# build-js-dir=${build-dir}/js -# build-www=/var/www/vlabs/ann - -# theme=blue-icon - - -# all: help-dir - -# help-dir: - -# (touch ${build-dir}/theme-${theme}; rsync -avC --exclude ${mathjax}.zip lab/* lib/* help themes/${theme}/* ${build-dir}) - -# local: -# (touch ${build-www}/theme-${theme}; rsync -avC --exclude ${mathjax}.zip lab/* lib/* help themes/${theme}/* ${build-www};chown -R www-data.www-data ${build-www}) - - - -# # don't remove the js directory, since copying it again with mathjax takes too long. -# # http://superuser.com/questions/168130/unix-delete-files-and-folders-excluding-pattern -# clean: -# (find ${build-dir} -mindepth 1 -maxdepth 1 ! -name js -print0 | xargs -0n1 rm -rf) - - - - - - - - -