Codebase list drf-extensions / debian/0.6.0-1 GNUmakefile
debian/0.6.0-1

Tree @debian/0.6.0-1 (Download .tar.gz)

GNUmakefile @debian/0.6.0-1raw · history · blame

1
2
3
4
5
6
build_docs:
	PYTHONIOENCODING=utf-8 python docs/backdoc.py --title "Django Rest Framework extensions documentation" < docs/index.md > docs/index.html

watch_docs:
	make build_docs
	watchmedo shell-command -p "*.md" -R -c "make build_docs" docs/