From f8c413415e8192f82c70746676e5650fb3d0f959 Mon Sep 17 00:00:00 2001 From: troymc Date: Tue, 9 Feb 2016 19:28:22 +0100 Subject: [PATCH] bigchain.* -> bigchaindb.* in docs/make.bat --- docs/make.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/make.bat b/docs/make.bat index 4f5fd226..7f41e02a 100644 --- a/docs/make.bat +++ b/docs/make.bat @@ -127,9 +127,9 @@ if "%1" == "qthelp" ( echo. echo.Build finished; now you can run "qcollectiongenerator" with the ^ .qhcp project file in %BUILDDIR%/qthelp, like this: - echo.^> qcollectiongenerator %BUILDDIR%\qthelp\bigchain.qhcp + echo.^> qcollectiongenerator %BUILDDIR%\qthelp\bigchaindb.qhcp echo.To view the help file: - echo.^> assistant -collectionFile %BUILDDIR%\qthelp\bigchain.ghc + echo.^> assistant -collectionFile %BUILDDIR%\qthelp\bigchaindb.ghc goto end )