X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=c67fe9bfc01a77f55f31b4fe2fdb00c5818bdbd1;hb=0305212384e19d2419d62cba83d5b83108665d17;hp=bdeba17b318ed8bca44a5454a9eede2d2f478777;hpb=30dc1fd726606bff28c2f3884f3f294c42550008;p=yaz-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index bdeba17..c67fe9b 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.17 2001-10-24 12:50:44 adam Exp $ +## $Id: Makefile.am,v 1.23 2001-10-29 14:05:30 adam Exp $ docdir=$(pkgdatadir)/doc @@ -13,21 +13,22 @@ HTMLFILES = asn.external.html asn.html asn.oid.html asn.pdu.html \ client.searching.html comstack.addresses.html comstack.client.html \ comstack.common.html comstack.diagnostics.html comstack.html \ comstack.introduction.html comstack.server.html comstack.summary.html \ - future.html indexdata.html installation.html installation.win32.html \ - introduction.html license.html license.other.html odr.debugging.html \ + future.html indexdata.html installation.html installation.unix.html \ + installation.win32.html introduction.html \ + license.html license.other.html odr.debugging.html \ odr.html odr.programming.html odr.use.html server.backend.html \ server.backendfunctions.html server.frontend.html server.html \ server.invocation.html server.main.html tools.html tools.nmem.html \ - tools.oid.html yaz.html zoom.events.html zoom.html zoom.options.html \ - zoom.records.html zoom.resultsets.html zoom.search.html + tools.oid.html yaz.html zoom.events.html zoom.html \ + zoom.options.html zoom.records.html zoom.resultsets.html zoom.search.html DOCFILES=$(XMLFILES) $(HTMLFILES) yaz.pdf -EXTRA_DIST = $(DOCFILES) +EXTRA_DIST = $(DOCFILES) yazhtml.dsl yazphp.dsl yazprint.dsl xml.dcl doc_DATA = $(DOCFILES) -$(srcdir)/yaz.html: $(XMLFILES) $(srcdir)/yazhtml.dsl +$(HTMLFILES): $(XMLFILES) $(srcdir)/yazhtml.dsl cd $(srcdir); jade -E14 -d yazhtml.dsl -t sgml xml.dcl yaz.xml $(srcdir)/yaz.php: $(XMLFILES) $(srcdir)/yazphp.dsl