summaryrefslogtreecommitdiff
path: root/autostart/Makefile.am
blob: f13d2c9459df6de66cb92853dc5401da31b32253 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
HTML_FILES=	autostart-spec.html

XML_FILES=	autostart-spec.xml

EXTRA_DIST=   	$(HTML_FILES) $(XML_FILES)

if XML_DOCS_ENABLED
all-local: $(HTML_FILES)
endif

%.html: %.xml
	$(XMLTO) html-nochunks $<

maintainer-clean-local:
	rm -f $(HTML_FILES)