From 90681a59bac641c4c4d70c0bb500845be3577c33 Mon Sep 17 00:00:00 2001 From: chas williams - CONTRACTOR Date: Sat, 13 Aug 2011 10:29:31 -0400 Subject: [PATCH] doc: missing $DBTOEPUB variable in the Makefile Change-Id: I623859ae58fea6a602221ca5d111605004b4a27f Reviewed-on: http://gerrit.openafs.org/5256 Reviewed-by: Derrick Brashear Tested-by: BuildBot --- doc/xml/UserGuide/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/xml/UserGuide/Makefile.in b/doc/xml/UserGuide/Makefile.in index aeb28abf5..5b0535792 100644 --- a/doc/xml/UserGuide/Makefile.in +++ b/doc/xml/UserGuide/Makefile.in @@ -28,6 +28,7 @@ HTML_XSL = @HTML_XSL@ DOCBOOK_STYLESHEETS = @DOCBOOK_STYLESHEETS@ XSLTPROC = @XSLTPROC@ DOCBOOK2PDF = @DOCBOOK2PDF@ +DBTOEPUB = $(DOCBOOK_STYLESHEETS)/epub/bin/dbtoepub index.html: $(SRCS) $(XSLTPROC) --param navig.graphics 1 \ -- 2.39.5