TIVI-153: add as dependency for iputils
[profile/ivi/docbook-utils.git] / doc / HTML / Makefile.am
1 htmldir   = $(docdir)/html/docbook-utils-@VERSION@
2 html_DATA = api.html \
3         backend-spec.html \
4         docbook2man.html \
5         docbook2texi.html \
6         fdl.html \
7         frontend-spec.html \
8         helpers.html \
9         index.html \
10         introduction.html \
11         intro-jw.html \
12         intro-sgmldiff.html \
13         jw.html \
14         sgmldiff.html
15
16 CLEANFILES=$(html_DATA)
17
18 $(html_DATA): $(top_srcdir)/doc/docbook-utils.sgml \
19                 $(top_srcdir)/docbook-utils.dsl ../version \
20                 $(top_srcdir)/doc/refentry/jw.sgml \
21                 $(top_srcdir)/doc/refentry/backend-spec.sgml \
22                 $(top_srcdir)/doc/refentry/docbook2man-spec.pl.sgml \
23                 $(top_srcdir)/doc/refentry/docbook2texi-spec.pl.sgml \
24                 $(top_srcdir)/doc/refentry/frontend-spec.sgml \
25                 $(top_srcdir)/doc/refentry/sgmldiff.sgml
26         SGML_CATALOG_FILES=/etc/sgml/catalog \
27         SGML_SEARCH_PATH=$(top_srcdir):$(top_srcdir)/doc:.. \
28                 jade -t sgml -i html -d $(top_srcdir)/docbook-utils.dsl\#html \
29                         -V '%use-id-as-filename%' $<
30