tikiwiki/packages/tiki-pkg-casperjs/jerome-breton/casperjs/docs/Makefile
2023-11-20 20:52:04 +00:00

14 lines
115 B
Makefile
Executable File

.PHONY: all default
default: all
all: build open
build:
sphinx-build . _build
open:
open _build/index.html