Allow to use online help
commit8d11ab2dd5e49d61172032c6bbbf21a451247f60
authorSven Strickroth <email@cs-ware.de>
Wed, 5 Jan 2022 14:47:38 +0000 (5 15:47 +0100)
committerSven Strickroth <email@cs-ware.de>
Mon, 9 Dec 2024 19:04:15 +0000 (9 20:04 +0100)
treee1d36ffb13e7cadc6ff0fe5db3672b98104a7e4f
parentf51656ece0e09c84ac56c2bf261f80f26988d99b
Allow to use online help

*Alias.h and *Context.h files need to be generated in the workflow for compiling the CHM help file and requires hhc.exe and makehm.exe.

Based on TortoiseSVN's approach.

Signed-off-by: Sven Strickroth <email@cs-ware.de>
15 files changed:
doc/doc.build
src/Resources/TGitHelpAlias.h [new file with mode: 0644]
src/Resources/TGitHelpContext.h [new file with mode: 0644]
src/Resources/TGitMergeHelpAlias.h [new file with mode: 0644]
src/Resources/TGitMergeHelpContext.h [new file with mode: 0644]
src/Resources/TortoiseMergeENG.rc
src/Resources/TortoiseProcENG.rc
src/TortoiseMerge/TortoiseMerge.vcxproj
src/TortoiseMerge/TortoiseMerge.vcxproj.filters
src/TortoiseMerge/resource.h
src/TortoiseProc/TortoiseProc.vcxproj
src/TortoiseProc/TortoiseProc.vcxproj.filters
src/TortoiseProc/resource.h
src/Utils/CommonAppUtils.cpp
src/Utils/CommonAppUtils.h