tikiwiki/packages/tiki-pkg-casperjs/jerome-breton/casperjs/docs/Makefile

14 lines
115 B
Makefile
Raw Normal View History

2023-11-20 21:52:04 +01:00
.PHONY: all default
default: all
all: build open
build:
sphinx-build . _build
open:
open _build/index.html