private static void generate() throws IOException {
ResourceLocator.initialize(inputDir);
List<Reader> readers = getAfcsFrom(inputDir);
BookBuilder builder = new BookBuilder(bookName);
builder.addAll(readers);
Book b = null;
try {
b = builder.build(showNotes);
} catch (TubainaException e) {