Your IP : 216.73.216.213


Current Path : /opt/alt/python35/share/doc/alt-python35-pycairo/docs/
Upload File :
Current File : //opt/alt/python35/share/doc/alt-python35-pycairo/docs/Makefile

all:
	sphinx-build -b html -n . _build

clean:
	rm -rf _build

.PHONY: clean show linkcheck

show: all
	xdg-open _build/index.html

linkcheck:
	sphinx-build -b linkcheck -n . _build