summaryrefslogtreecommitdiffstats
path: root/conversion
diff options
context:
space:
mode:
authorrsiddharth <rsiddharth@ninthfloor.org>2012-10-31 22:00:35 +0530
committerrsiddharth <rsiddharth@ninthfloor.org>2012-10-31 22:00:35 +0530
commit1f61844084d9e9383b3be04ff8f60c11eb628075 (patch)
tree069d147029f06b5a5e82b92a20c440ea3ab802ec /conversion
parent0019988533c9c1b2a4bfad50b3e0427babefb1bb (diff)
modified:
conversion/ConvertDirectory.java (minor edit) index/IndexCreator.java (removed code which (1) creates a index file, if it is not present (2) checks for the existence of index.html) io/WriteFile.java (made the stdout message more verbose) parsers/Header.java ('scruf' footer links to scruf's project page) todo (1 task completed)
Diffstat (limited to 'conversion')
-rw-r--r--conversion/ConvertDirectory.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/conversion/ConvertDirectory.java b/conversion/ConvertDirectory.java
index 3b70a71..3dbb8eb 100644
--- a/conversion/ConvertDirectory.java
+++ b/conversion/ConvertDirectory.java
@@ -54,7 +54,6 @@ public class ConvertDirectory {
this.convert(file);
}
}
-
boolean convertIndex = (index.shouldConvert() ||
canConvert.check(index.indexFile()));
if(convertIndex)