Merge branch 'fix-doc-path' into 'master'

Set --docdir to actual destination

See merge request cmake-team/cmake!4
This commit is contained in:
Felix Geyer 2020-10-15 18:01:16 +00:00
commit 6ae20df324
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
usr/share/doc/cmake/html usr/share/doc/cmake-data/
usr/share/doc/cmake-data/html

2
debian/rules vendored
View File

@ -44,7 +44,7 @@ verify-build-flags: flag_action := verify_build_flag
override_dh_auto_configure: $(BUILD_FLAGS_FILE)
rm -rf Build && mkdir -p Build
cd Build && ../bootstrap --prefix=/usr --docdir=/share/doc/cmake --mandir=/share/man \
cd Build && ../bootstrap --prefix=/usr --docdir=/share/doc/cmake-data --mandir=/share/man \
--init=../$(BUILD_FLAGS_FILE) --system-libs \
--sphinx-man --sphinx-html --sphinx-flags="-D today=\"$(BUILD_DATE)\"" \
$(BOOTSTRAP_PARALLEL) --verbose