summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/Makefile2
-rw-r--r--doc/luaotfload-latex.tex1
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 0355a0e..d6b576c 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -29,7 +29,7 @@ all: manuals doc
graph: $(DOTPDF)
manuals: $(TOOLMAN) $(CONFMAN)
-$(DOCPDF): $(DOCSRC)
+$(DOCPDF): $(DOCSRC) graph
@echo "creating PDF documentation ($@)"
$(DO_LATEX)
$(DO_LATEX)
diff --git a/doc/luaotfload-latex.tex b/doc/luaotfload-latex.tex
index e3541c5..1cff661 100644
--- a/doc/luaotfload-latex.tex
+++ b/doc/luaotfload-latex.tex
@@ -206,6 +206,7 @@
%% one that we could map directly onto Latex’s \verb|…|.
\usepackage {listings}
+\usepackage {luatexbase}
\lstset {
basicstyle=\ttfamily,
}