X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=282122de537bd5f3e33129f76bc2d287543ea774;hb=383c1010e6cdbffebdce97c98c9f4e205717e613;hp=96e6eb294e5b5400fbddfa0416280b22c7de69bc;hpb=2008e3653a97ae57cfa25ecbb92e6e1d3c01b568;p=metaproxy-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 96e6eb2..282122d 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -2,9 +2,9 @@ SUBDIRS = common INKSCAPE=inkscape -SUFFIXES=.3mp .1 .pdf .tkl .esp .xml +SUFFIXES=.3mp .1 .pdf .tkl .esp .xml -XMLFILES = book.xml manref.xml copyright.xml gpl-2.0.xml +XMLFILES = book.xml manref.xml copyright.xml gpl-2.0.xml local.ent MAINXML = $(srcdir)/book.xml @@ -16,21 +16,25 @@ XMLMAN = metaproxy.xml \ cgi.xml \ cql_rpn.xml \ frontend_net.xml \ + http_client.xml \ http_file.xml \ + http_rewrite.xml \ limit.xml \ load_balance.xml \ log.xml \ multi.xml \ + present_chunk.xml \ query_rewrite.xml \ - record_transform.xml\ + record_transform.xml\ + sd_remove.xml \ session_shared.xml \ sort.xml \ sru_z3950.xml\ template.xml \ virt_db.xml \ z3950_client.xml \ - zoom.xml \ - zeerex_explain.xml + zeerex_explain.xml \ + zoom.xml MANFILES = metaproxy.1 \ metaproxy-config.1 \ @@ -40,12 +44,17 @@ MANFILES = metaproxy.1 \ cgi.3mp \ cql_rpn.3mp \ frontend_net.3mp \ + http_client.3mp \ http_file.3mp \ + http_rewrite.3mp \ limit.3mp \ load_balance.3mp \ log.3mp \ - multi.3mp query_rewrite.3mp \ - record_transform.3mp\ + multi.3mp + present_chunk.3mp \ + query_rewrite.3mp \ + record_transform.3mp \ + sd_remove.3mp \ session_shared.3mp \ sort.3mp \ sru_z3950.3mp \ @@ -53,11 +62,11 @@ MANFILES = metaproxy.1 \ virt_db.3mp \ z3950_client.3mp \ zeerex_explain.3mp \ - zoom.3mp + zoom.3mp HTMLFILES = index.html -# testing if this does the job of collecting up the unnamed '*.html' files +# testing if this does the job of collecting up the unnamed '*.html' files #UNLISTEDHTML = $(wildcard *.html) PNGFILES = multi.png @@ -65,7 +74,9 @@ PNGFILES = multi.png doc_DATA = $(HTMLFILES) $(PNGFILES) man_MANS = $(MANFILES) -EXTRA_DIST = $(XMLFILES) $(XMLMAN) $(doc_DATA) $(man_MANS) multi.svg +EXTRA_DIST = $(XMLFILES) $(XMLMAN) $(doc_DATA) $(man_MANS) multi.svg + +$(MANFILES): local.ent $(HTMLFILES): $(XMLFILES) $(PNGFILES) rm -f *.html