49e02eab6ae771a5a18736f8c836188e9bc02434
[yaz-moved-to-github.git] / doc / Makefile.am
1 ## $Id: Makefile.am,v 1.10 2001-02-21 23:16:49 adam Exp $
2
3 docdir=$(pkgdatadir)/doc
4
5 doc_DATA = yaz.sgml profiles.sgml \
6  yaz.txt yaz.ps profiles.txt profiles.ps yaz.html \
7  yaz-1.html yaz-2.html yaz-3.html yaz-4.html yaz-5.html \
8  yaz-6.html yaz-7.html yaz-8.html yaz-9.html
9
10 EXTRA_DIST = yaz.sgml profiles.sgml \
11  yaz.txt yaz.ps profiles.txt profiles.ps yaz.html \
12  yaz-1.html yaz-2.html yaz-3.html yaz-4.html yaz-5.html \
13  yaz-6.html yaz-7.html yaz-8.html yaz-9.html
14
15 yaz.txt: yaz.sgml
16         sgml2txt -f yaz.sgml
17
18 yaz.ps: yaz.sgml
19         sgml2latex -p a4 -o ps yaz.sgml
20
21 profiles.txt: profiles.sgml
22         sgml2txt -f profiles.sgml
23
24 profiles.ps: profiles.sgml
25         sgml2latex -p a4 -o ps profiles.sgml
26
27 yaz.html: yaz.sgml
28         sgml2html yaz.sgml
29
30 XMLFILES=yaz.xml introduction.xml installation.xml indexdata.xml \
31   asn.xml tools.xml odr.xml comstack.xml frontend.xml license.xml future.xml
32
33 book1.html: $(XMLFILES) yazhtml.dsl
34         jade -E14 -d yazhtml.dsl -t sgml xml.dcl yaz.xml
35
36 yaz.tex: $(XMLFILES) yazprint.dsl
37         jade -d yazprint.dsl -t tex xml.dcl yaz.xml