X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=2ffd04516bee6410c6dc92bdf148e250023ac6f4;hb=82b7a4b2417637a9ea05f21ba234d8388b8edad9;hp=0f51cfde26eb1184a328666cde8d999e95521503;hpb=da76cb28ea012a54348f7f53fd2d1b066c0599d9;p=metaproxy-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 0f51cfd..2ffd045 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -13,6 +13,7 @@ XMLMAN = metaproxy.xml \ cql_rpn.xml \ frontend_net.xml \ http_file.xml \ + limit.xml \ load_balance.xml \ log.xml \ multi.xml \ @@ -32,6 +33,7 @@ MANFILES = metaproxy.1 \ cql_rpn.3mp \ frontend_net.3mp \ http_file.3mp \ + limit.3mp \ load_balance.3mp \ log.3mp \ multi.3mp query_rewrite.3mp \ @@ -112,12 +114,12 @@ dist-hook: done doc-clean: - rm -f *.html *.[0-9] *.?mp *.pdf *.tkl + rm -f manref.xml *.html *.[0-9] *.?mp *.pdf *.tkl install-data-hook: if test -f index.html; then d=.; else d="$(srcdir)"; fi; \ for p in $$d/*.html; do \ - $(docDATA_INSTALL) $$p $(DESTDIR)$(docdir); \ + $(INSTALL_DATA) $$p $(DESTDIR)$(docdir); \ done uninstall-hook: