X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=baa2bb23bf2652e56cde2a835fafaf233c34b287;hb=0656425198fc3494e32b46ae7caeb776c0ef4bc7;hp=3454bce7ef4b954ed523f85d95c646f8a2b171a6;hpb=3f57a94d4bb1753d013d5bf450af407d6a32d36d;p=yazproxy-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 3454bce..baa2bb2 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.2 2004-04-11 11:58:34 adam Exp $ +## $Id: Makefile.am,v 1.7 2004-04-22 18:47:02 adam Exp $ docdir=$(datadir)/doc/@PACKAGE@ SUPPORTFILES = \ @@ -10,15 +10,16 @@ SUPPORTFILES = \ XMLFILES = \ introduction.xml \ installation.xml \ - proxy.xml \ + reference.xml \ + using.xml \ yaz-proxy-ref.xml \ yaz-proxy-man.sgml \ license.xml \ yazproxy.xml.in TOP=yazproxy.xml -MANFILES=yaz-proxy.8 -HTMLFILES = \ +MANFILES=yazproxy.8 +HTMLFILES = \ installation.html \ introduction.html \ license.html \ @@ -26,15 +27,18 @@ HTMLFILES = \ otherinfo-encoding.html \ proxy-config-file.html \ proxy-keepalive.html \ + proxy-reference.html \ proxy-target.html \ proxy-usage.html \ - proxy.html \ query-cache.html \ query-validation.html \ record-cache.html \ record-validation.html \ + support.html \ + using.html \ windows.html \ - yaz-proxy.html \ + yazproxy-man.html \ + yazproxy-schema.html \ yazproxy.html doc_DATA = $(HTMLFILES) yazproxy.pdf id.png yaz.css @@ -46,7 +50,7 @@ EXTRA_DIST = $(SUPPORTFILES) $(XMLFILES) $(doc_DATA) $(man_MANS) $(HTMLFILES): $(XMLFILES) jade -E14 -D $(srcdir) -d yazhtml.dsl -t sgml $(srcdir)/xml.dcl $(TOP) -yaz-proxy.8: yaz-proxy-man.sgml yaz-proxy-ref.xml +yazproxy.8: yaz-proxy-man.sgml yaz-proxy-ref.xml docbook2man $(srcdir)/yaz-proxy-man.sgml yazproxy.php: $(XMLFILES) @@ -65,3 +69,18 @@ index.tkl: $(XMLFILES) tkl.xsl clean-data-hook: rm -f [0-9]* *.bak +dist-hook: + for f in $(srcdir)/*.html; do \ + found=0; \ + b=`basename $$f`; \ + for h in $(HTMLFILES); do \ + if test "$$h" = "$$b"; then \ + found=1; \ + fi \ + done; \ + if test "$$found" = "0"; then \ + echo "$$h not found in HTMLFILES"; \ + exit 1; \ + fi \ + done +