summaryrefslogtreecommitdiffstats
path: root/xembed/Makefile
blob: 030626cc0752eb76539532fa146cf35cebec9211 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
all: html-build.stamp xembed-spec.ps

html-build.stamp: xembed-spec.xml
	rm -rf html && mkdir html &&		\
	cd html &&				\
	docbook2html ../xembed-spec.xml &&	\
	touch ../html-build.stamp

xembed-spec.ps: xembed-spec.xml
	docbook2ps ./xembed-spec.xml

clean: rm -rf html-build.stamp html xembed-spec.ps