Makefile
author Alexander Solovyov <alexander@solovyov.net>
Tue, 29 Mar 2011 10:31:33 +0200
changeset 187 5e96ab1087da
parent 178 88a20499b498
permissions -rw-r--r--
that would be 2.2, add info to changelog

.PHONY: help docs arch

help:
	@echo "Use \`make <target>\` with one of targets:"
	@echo "  docs  build docs"
	@echo "  open  open docs"
	@echo "  arch  update archlinux pkgbuild"

docs:
	cd docs && make

open:
	cd docs && make open

arch:
	python contrib/updatepkg.py