From a3885147128d4bdaf98c39f055136a1f5ff2019d Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Fri, 26 Feb 2016 12:08:05 -0600 Subject: [PATCH] Windows: fix two-phase commit docs --- doc/NTMakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/NTMakefile b/doc/NTMakefile index d7ed28e40..7567fad4b 100644 --- a/doc/NTMakefile +++ b/doc/NTMakefile @@ -57,7 +57,7 @@ hx509_TEXINFOS = \ {}.tin{$(OBJ)}.texi: $(SED) -e "s,[@]dbdir[@],x,g" \ - -e "s,[@]db_type[@],$(db_type),g" < $** > $@ \ + -e "s,[@]dbtype[@],sqlite,g" < $** > $@ \ -e "s,[@]PACKAGE_VERSION[@],$(VER_PACKAGE_VERSION),g" < $** > $@ MAKEINFOFLAGS = --css-include=$(SRCDIR)/heimdal.css