diff options
Diffstat (limited to 'docs/make.bat')
-rw-r--r-- | docs/make.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/make.bat b/docs/make.bat index d97407a6..33fda62b 100644 --- a/docs/make.bat +++ b/docs/make.bat @@ -95,9 +95,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\SleekXMPP.qhcp + echo.^> qcollectiongenerator %BUILDDIR%\qthelp\Slixmpp.qhcp echo.To view the help file: - echo.^> assistant -collectionFile %BUILDDIR%\qthelp\SleekXMPP.ghc + echo.^> assistant -collectionFile %BUILDDIR%\qthelp\Slixmpp.ghc goto end ) |