summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2015-12-02 07:37:45 +0100
committerPhilipp Gesang <phg@phi-gamma.net>2015-12-02 07:37:45 +0100
commit1e158b164cdea1c70e144f305da28c797ec0f6d2 (patch)
tree80d4a0c8972dcf9416807431903474496378b138 /doc
parent5725506aca4a679e6f85092a25318b425e70d96e (diff)
downloadluaotfload-1e158b164cdea1c70e144f305da28c797ec0f6d2.tar.gz
[doc] load luatexbase for the catcodetable stuff
Diffstat (limited to 'doc')
-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,
}