fix the path to llvm docs

This commit is contained in:
Sylvestre Ledru 2019-10-19 13:16:47 +02:00
parent d9d3428473
commit e97c527468

2
debian/rules vendored
View File

@ -468,7 +468,7 @@ override_dh_prep: build_doc
dh_prep
build_doc:
cd $(CURDIR)/docs && make -f Makefile.sphinx && make -f Makefile.sphinx man
cd $(CURDIR)/llvm/docs && make -f Makefile.sphinx && make -f Makefile.sphinx man
cd $(CURDIR)/clang/docs && make -f Makefile.sphinx && make -f Makefile.sphinx man
-(if test "$(OCAML_ENABLE)" = yes; then \
make $(NJOBS) -C "$(TARGET_BUILD_STAGE2)/docs" ocaml_doc; \