Updated makefiles (again).
[yaz-moved-to-github.git] / doc / Makefile.am
1 ## $Id: Makefile.am,v 1.5 2000-03-01 11:06:09 adam Exp $
2
3 docdir=$(pkgdatadir)/doc
4
5 doc_DATA = \
6  yaz.sgml yaz.txt yaz.ps profiles.sgml 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 = \
11  yaz.sgml yaz.txt yaz.ps profiles.sgml 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 -o ps yaz.sgml
20
21 profiles.txt: profiles.sgml
22         sgml2txt -f profiles.sgml
23
24 profiles.ps: profiles.sgml
25         sgml2latex -o ps profiles.sgml
26
27 yaz.html: yaz.sgml
28         sgml2html yaz.sgml