summaryrefslogtreecommitdiffstats
path: root/xembed/spec/Makefile.am
blob: 9611f1036216e0d3e240d73733521434c882d9e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
EXTRA_DIST = xembed-spec.xml

html-build.stamp: xembed-spec.xml
	sdir=`cd $(srcdir) && pwd` &&           \
	rm -rf html && mkdir html &&		\
	cd html &&				\
	docbook2html $$sdir/xembed-spec.xml &&	\
	touch ../html-build.stamp

xembed-spec.ps: xembed-spec.xml
	docbook2ps $(srcdir)/xembed-spec.xml

all-local: html-build.stamp xembed-spec.ps

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