# Makefile for Sphinx documentation # all: make -C source html html: make -C source html help: @echo "Please use \`make ' where is one of" @echo " html to make standalone HTML files" clean: make -C source clean