Makefile
author Alexander Solovyov <alexander@solovyov.net>
Thu, 27 Jan 2011 10:41:47 +0100
changeset 178 88a20499b498
child 187 5e96ab1087da
permissions -rw-r--r--
makefile to automate some tasks

.PHONY: help docs arch

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

docs:
	cd docs && make

arch:
	python contrib/updatepkg.py