From 5684668ce01a364631f6f65019c0455a60b822a3 Mon Sep 17 00:00:00 2001 From: Alexandre Dupas Date: Tue, 18 Aug 2009 23:41:11 +0200 Subject: [PATCH] Add 'doc' rule to the makefile as an alias for 'documentation'. --- makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/makefile b/makefile index 88369d2b..165351be 100644 --- a/makefile +++ b/makefile @@ -92,6 +92,8 @@ cleanall: clean depend: +doc : documentation + documentation: $(IKIWIKI) doc html -v --wikiname "Songbook Documentation" --plugin=goodstuff --set usedirs=0