luadoc is not enough for capi
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
fce0e30507
commit
8560fd048d
2
Makefile
2
Makefile
|
@ -12,7 +12,7 @@ output:
|
||||||
$(IKIWIKI) $(CURDIR) html -v --wikiname about --plugin=goodstuff --templatedir=templates \
|
$(IKIWIKI) $(CURDIR) html -v --wikiname about --plugin=goodstuff --templatedir=templates \
|
||||||
--exclude=html --exclude=Makefile --rss --url http://awesome.naquadah.org
|
--exclude=html --exclude=Makefile --rss --url http://awesome.naquadah.org
|
||||||
luadoc:
|
luadoc:
|
||||||
make -C src build cmake luadoc
|
make -C src build cmake all
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf .ikiwiki html
|
rm -rf .ikiwiki html
|
||||||
|
|
Loading…
Reference in New Issue