2
0
mirror of https://github.com/koreader/koreader synced 2024-10-31 21:20:20 +00:00
koreader/doc/Makefile
2016-02-04 10:24:53 -08:00

9 lines
123 B
Makefile

all:
ifeq (,$(shell which ldoc))
$(error ldoc not found, please install via luarocks.)
endif
ldoc .
clean:
rm -rf html