## A makefiule for testing ComputingDocument.mk. If you want a correct example,
## see the computing-document-template project.

DOCUMENT=example_document
GLOSSARIES=   # don't build glossaries, as we don't have the submodule here
LATEXMKRC=../latexmkrc

# override input paths, since we don't have the submodule here.
inputvars=BIBINPUTS=..: TEXINPUTS=build:..:

include ../ComputingDocument.mk

