summaryrefslogtreecommitdiff
path: root/include.mk
blob: 6729a766533e1f587bfa89c48a44306af67872bb (plain)
1
2
3
4
5
6
7
8
9
10

# set the php command here.
PHP ?= php

# set path to the ooo-build checkout here.
OOO_BUILD ?= $(shell cd ../HEAD && pwd)

%.html: %.php $(PWD)/template.php
	@echo "Processing $<"
	cd `dirname $<` ; $(PHP) `basename $<` $(OOO_BUILD)> `basename $@`