summaryrefslogtreecommitdiff
path: root/docs/Makefile
blob: 6e023a733b010d6214f8c40368bbafb60c13f36a (plain) (blame)
1
2
3
4
5
6
7
.PHONY: docs

docs: ../dist/docs/admin_handbook.html ../dist/docs/cca.scfg.example ../dist/docs/handbook.css

../dist/docs/%: %
	mkdir -p ../dist/docs
	cp $< $@