bigchain.* -> bigchaindb.* in docs/make.bat

This commit is contained in:
troymc 2016-02-09 19:28:22 +01:00
parent 20347dff1f
commit f8c413415e

View File

@ -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
)