Makefile
author Alexander Solovyov <alexander@solovyov.net>
Mon, 07 Feb 2011 13:11:49 +0100 (2011-02-07)
changeset 179 038e81e5332c
parent 178 88a20499b498
child 187 5e96ab1087da
permissions -rw-r--r--
use theme instead of single css file
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