From 28bc30483367d36da11916990248fe852e7ba77c Mon Sep 17 00:00:00 2001 From: Alexandre Dupas Date: Wed, 11 Mar 2009 13:36:35 +0100 Subject: [PATCH] Add a configuration option so that the documentation is browsable in the filesystem hierarchy --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 6c3ca415..13fd2bc7 100644 --- a/makefile +++ b/makefile @@ -77,7 +77,7 @@ cleanall: clean depend: documentation: - $(IKIWIKI) doc html -v --wikiname "Songbook Documentation" --plugin=goodstuff + $(IKIWIKI) doc html -v --wikiname "Songbook Documentation" --plugin=goodstuff --set usedirs=0 cleandoc: @rm -rf "doc/.ikiwiki" html