Makefile
author Alexander Solovyov <alexander@solovyov.net>
Wed, 23 Mar 2011 09:20:34 +0100 (2011-03-23)
changeset 186 982cea7b69c3
parent 178 88a20499b498
child 187 5e96ab1087da
permissions -rw-r--r--
drop excessive exception overriding
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
178
88a20499b498 makefile to automate some tasks
Alexander Solovyov <alexander@solovyov.net>
parents:
diff changeset
     1
.PHONY: help docs arch
88a20499b498 makefile to automate some tasks
Alexander Solovyov <alexander@solovyov.net>
parents:
diff changeset
     2
88a20499b498 makefile to automate some tasks
Alexander Solovyov <alexander@solovyov.net>
parents:
diff changeset
     3
help:
88a20499b498 makefile to automate some tasks
Alexander Solovyov <alexander@solovyov.net>
parents:
diff changeset
     4
	@echo "Use \`make <target>\` with one of targets:"
88a20499b498 makefile to automate some tasks
Alexander Solovyov <alexander@solovyov.net>
parents:
diff changeset
     5
	@echo "  docs  build docs"
88a20499b498 makefile to automate some tasks
Alexander Solovyov <alexander@solovyov.net>
parents:
diff changeset
     6
	@echo "  arch  update archlinux pkgbuild"
88a20499b498 makefile to automate some tasks
Alexander Solovyov <alexander@solovyov.net>
parents:
diff changeset
     7
88a20499b498 makefile to automate some tasks
Alexander Solovyov <alexander@solovyov.net>
parents:
diff changeset
     8
docs:
88a20499b498 makefile to automate some tasks
Alexander Solovyov <alexander@solovyov.net>
parents:
diff changeset
     9
	cd docs && make
88a20499b498 makefile to automate some tasks
Alexander Solovyov <alexander@solovyov.net>
parents:
diff changeset
    10
88a20499b498 makefile to automate some tasks
Alexander Solovyov <alexander@solovyov.net>
parents:
diff changeset
    11
arch:
88a20499b498 makefile to automate some tasks
Alexander Solovyov <alexander@solovyov.net>
parents:
diff changeset
    12
	python contrib/updatepkg.py