diff --git a/src/Infrastructure/XGrid/doc/XGrid_cdesc.tex b/src/Infrastructure/XGrid/doc/XGrid_cdesc.tex index 2784889fc2..8ebd9facf2 100644 --- a/src/Infrastructure/XGrid/doc/XGrid_cdesc.tex +++ b/src/Infrastructure/XGrid/doc/XGrid_cdesc.tex @@ -31,5 +31,5 @@ a complete geometrical description of the exchange grid. Once an {\tt ESMC\_XGrid} has been created, information describing it (e.g. cell areas, mesh representation, etc.) -can be retrieved from the object using a set of get calls (e.g. {\tt ESMC\_XGridGetElementArea()). The full extent of these +can be retrieved from the object using a set of get calls (e.g. {\tt ESMC\_XGridGetElementArea()}). The full extent of these can be found in the API section below. diff --git a/src/Infrastructure/XGrid/doc/makefile b/src/Infrastructure/XGrid/doc/makefile index 712c23ca88..2bf7f53578 100644 --- a/src/Infrastructure/XGrid/doc/makefile +++ b/src/Infrastructure/XGrid/doc/makefile @@ -31,7 +31,7 @@ TEXFILES_TO_MAKE += $(addsuffix _fapi.tex, $(basename $(notdir $(wildcard ../exa # These lists almost certainly will not be an exhaustive list of # all of the dependent files, but even a partial listing will be helpful. # -REFDOC_DEP_FILES = $(TEXFILES_TO_MAKE) XGrid_desc.tex XGrid_implnotes.tex XGrid_options.tex XGrid_rest.tex +REFDOC_DEP_FILES = $(TEXFILES_TO_MAKE) XGrid_desc.tex XGrid_implnotes.tex XGrid_options.tex XGrid_rest.tex XGrid_cdesc.tex include $(ESMF_DIR)/makefile