From d57b32fbad32b80c8e80fc710b5291dbcd1792b8 Mon Sep 17 00:00:00 2001 From: Gerhard Theurich Date: Tue, 31 Oct 2023 11:55:57 -0700 Subject: [PATCH] Fix a Latex typo, making sure to properly end a local tt environment. Improve local doc build dependency specification. --- src/Infrastructure/XGrid/doc/XGrid_cdesc.tex | 2 +- src/Infrastructure/XGrid/doc/makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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