Update documentation invocation to use gnucash-manual instead of gnucash-help

This commit is contained in:
Geert Janssens 2022-08-21 23:17:35 +02:00
parent 14a0ea4ed3
commit ed4d2f32a0

View File

@ -41,13 +41,13 @@
/** Help Files ******************************************************/ /** Help Files ******************************************************/
#ifdef G_OS_WIN32 #ifdef G_OS_WIN32
# define HF_GUIDE "gnucash-guide.chm" # define HF_GUIDE "gnucash-guide.chm"
# define HF_HELP "gnucash-help.chm" # define HF_HELP "gnucash-manual.chm"
#elif defined MAC_INTEGRATION #elif defined MAC_INTEGRATION
# define HF_GUIDE "GnuCash Guide" # define HF_GUIDE "GnuCash Guide"
# define HF_HELP "GnuCash Help" # define HF_HELP "GnuCash Manual"
#else #else
# define HF_GUIDE "gnucash-guide" # define HF_GUIDE "gnucash-guide"
# define HF_HELP "gnucash-help" # define HF_HELP "gnucash-manual"
#endif #endif
/** Links in the Help Files *****************************************/ /** Links in the Help Files *****************************************/