Files

8 lines
183 B
Makefile

.PHONY: build
build: html
# this pattern rule lets you run "make build" (or any other target
# in docs/Makefile) in this directory as though you were in docs/
%:
cd docs && make $@