summaryrefslogtreecommitdiff
path: root/docs/Makefile.settings.in
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Makefile.settings.in')
-rw-r--r--docs/Makefile.settings.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Makefile.settings.in b/docs/Makefile.settings.in
index 9ac8f080aa..f4a3dca2b4 100644
--- a/docs/Makefile.settings.in
+++ b/docs/Makefile.settings.in
@@ -8,6 +8,8 @@ PNMTOPNG = @PNMTOPNG@
DIA = @DIA@
PNMTOPS = @PNMTOPS@
HTML2TEXT = @HTML2TEXT@
+DB2TEXI = @DB2TEXI@
+MAKEINFO = @MAKEINFO@
PLUCKERBUILD = @PLUCKERBUILD@
COPY_IMAGES = ./scripts/copy-images.sh
THUMBPDF = @THUMBPDF@
@@ -24,6 +26,7 @@ endif
# Paths
OUTPUTDIR = output
ARCHIVEDIR = archive
+TEXINFODIR = $(OUTPUTDIR)/texi
SRCDIR = @SAMBASOURCEDIR@
MANDIR = $(OUTPUTDIR)/manpages
EPSTOPDF = @EPSTOPDF@