source: trunk/gsdl/packages/yaz/doc/Makefile.am@ 1343

Last change on this file since 1343 was 1343, checked in by johnmcp, 24 years ago

Added the YAZ toolkit source to the packages directory (for z39.50 stuff)

  • Property svn:keywords set to Author Date Id Revision
File size: 662 bytes
RevLine 
[1343]1## $Id: Makefile.am 1343 2000-08-03 03:12:39Z johnmcp $
2
3docdir=$(pkgdatadir)/doc
4
5doc_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
10EXTRA_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
15yaz.txt: yaz.sgml
16 sgml2txt -f yaz.sgml
17
18yaz.ps: yaz.sgml
19 sgml2latex -o ps yaz.sgml
20
21profiles.txt: profiles.sgml
22 sgml2txt -f profiles.sgml
23
24profiles.ps: profiles.sgml
25 sgml2latex -o ps profiles.sgml
26
27yaz.html: yaz.sgml
28 sgml2html yaz.sgml
Note: See TracBrowser for help on using the repository browser.