X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=doc%2FMakefile.am;h=172ae2423cbd1ff4dafb3951d4e8af7ff01dcc94;hp=c3ddef83ddab004de9c99006740be2b5eb6216df;hb=902eb6aa5d8af21c0cd5d378ef8586996ec8c807;hpb=77c5a4fca8b516fd39b8ba213daed17a465a6b2a diff --git a/doc/Makefile.am b/doc/Makefile.am index c3ddef8..172ae24 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,5 +1,5 @@ ## This file is part of the YAZ toolkit. -## Copyright (C) 1995-2012 Index Data +## Copyright (C) 1995-2013 Index Data SUBDIRS = common @@ -7,8 +7,8 @@ XMLFILES=bookinfo.xml introduction.xml installation.xml \ indexdata.xml \ asn.xml tools.xml odr.xml comstack.xml server.xml license.xml \ future.xml zoom.xml credits.xml gfs-options.xml \ - yaz.xml yaz-client-commands.xml soap.xml gfs-virtual.xml gfs-synopsis.xml \ - std-oid-table.xml manref.xml + yaz.xml soap.xml gfs-virtual.xml gfs-synopsis.xml \ + std-oid-table.xml manref.xml local.ent HTMLFILES = index.html @@ -23,7 +23,7 @@ REFFILES=yaz-client-man.xml yaz-ztest-man.xml yaz-config-man.xml \ yaz-illclient-man.xml yaz-icu-man.xml yaz-url-man.xml \ bib1-attr-man.xml yaz-json-parse-man.xml -SUPPORTFILES=entities.ent apilayer.obj local.ent.in +SUPPORTFILES=entities.ent apilayer.obj doc_DATA = $(HTMLFILES) apilayer.png man_MANS = $(MANFILES) @@ -34,7 +34,7 @@ EXTRA_DIST = $(XMLFILES) $(SUPPORTFILES) $(man_MANS) $(REFFILES) \ std-oid-table.xml: $(srcdir)/../src/oid.csv $(TCLSH) $(srcdir)/../src/oidtoc.tcl $(srcdir) $(srcdir)/../src/oid.csv std-oid-table.xml -yaz-client.1: $(srcdir)/yaz-client-man.xml $(srcdir)/yaz-client-commands.xml +yaz-client.1: $(srcdir)/yaz-client-man.xml $(MAN_COMPILE) $(srcdir)/yaz-client-man.xml yaz-ztest.8: yaz-ztest-man.xml gfs-options.xml gfs-synopsis.xml gfs-virtual.xml @@ -80,6 +80,8 @@ $(HTMLFILES): $(XMLFILES) rm -f *.html $(HTML_COMPILE) $(srcdir)/yaz.xml +$(MANFILES): local.ent + yaz.pdf: $(XMLFILES) $(PDF_COMPILE) $(srcdir)/yaz.xml