Fix CMake documentation build path

This fixes a variety of issues related to building the documentation
with CMake. In particular it cleans up the dependency management and
fixes some issues where the documentation build was using generated
files from the source directory.
This commit is contained in:
ridiculousfish
2018-03-04 21:23:36 -08:00
committed by Peter Ammon
parent a85d2bf27a
commit df4b03d859
6 changed files with 22 additions and 18 deletions

View File

@@ -49,3 +49,6 @@ ADD_CUSTOM_TARGET(CHECK-FISH-BUILD-VERSION-FILE
ADD_CUSTOM_COMMAND(OUTPUT ${FBVF-OUTPUT}
DEPENDS CHECK-FISH-BUILD-VERSION-FILE)
# Abbreviation for the target.
SET(CFBVF CHECK-FISH-BUILD-VERSION-FILE)