This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "MPICH primary repository". The branch, master has been updated via b338d7a68703c410ca3eb30f484769636bbc52a2 (commit) from 3a4d8eb15a3db9912f62e2883e2a3c72f0ee88e1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.mpich.org/mpich.git/commitdiff/b338d7a68703c410ca3eb30f484769636b... commit b338d7a68703c410ca3eb30f484769636bbc52a2 Author: William Gropp <[email protected]> Date: Wed Oct 1 13:37:05 2014 -0500 Create doctext index and suppress location Signed-off-by: Junchao Zhang <[email protected]> diff --git a/Makefile.am b/Makefile.am index 4bbe965..e95edee 100644 --- a/Makefile.am +++ b/Makefile.am @@ -376,23 +376,30 @@ mandoc_path3=$(abs_top_builddir)/man/man3 htmldoc_path1=$(abs_top_builddir)/www/www1 htmldoc_path3=$(abs_top_builddir)/www/www3 doctext_docnotes=$(abs_top_srcdir)/maint/docnotes +# Provide an easily replaced url root for the generated index file. +# You can override this with URL desired in the index file generated by doctext. +# You can ignore this if you don't use mapnames or tohtml to add links +# to the MPI manual pages to documents. +htmldoc_root3="--your-url-here--" # Implicit suffix rules to cause the docs to be built. These are a bit of a # hack, but using the implicit rules like this instead of a shell for loop # permits make -jN to work. .c.man-phony: $(doctextman_verbose)$(DOCTEXT) -man -mpath $(mandoc_path3) -ext 3 \ - -heading MPI -quotefmt $(doctext_docnotes) $< + -heading MPI -quotefmt -nolocation $(doctext_docnotes) $< .c.html-phony: $(doctexthtml_verbose)$(DOCTEXT) -html -mpath $(htmldoc_path3) \ - -heading MPI -quotefmt $(doctext_docnotes) $< + -heading MPI -quotefmt -nolocation \ + -index $(htmldoc_path3)/mpi.cit -indexdir $(htmldoc_root3) \ + $(doctext_docnotes) $< .txt.man1-phony: $(doctextman_verbose)$(DOCTEXT) -man -mpath $(mandoc_path1) -ext 1 \ - -heading MPI -quotefmt $(doctext_docnotes) $< + -heading MPI -quotefmt -nolocation $(doctext_docnotes) $< .txt.html1-phony: $(doctexthtml_verbose)$(DOCTEXT) -html -mpath $(htmldoc_path1) \ - -heading MPI -quotefmt $(doctext_docnotes) $< + -heading MPI -quotefmt -nolocation $(doctext_docnotes) $< # use mandoc-local target to force directory creation before running DOCTEXT mandoc: ----------------------------------------------------------------------- Summary of changes: Makefile.am | 15 +++++++++++---- 1 files changed, 11 insertions(+), 4 deletions(-) hooks/post-receive -- MPICH primary repository