mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-07 17:29:17 +00:00
don't need to use the pre_process option to build the doc. It is breaking coverity moreover
This commit is contained in:
parent
9f4122c474
commit
25209f2a61
2
debian/rules
vendored
2
debian/rules
vendored
@ -289,7 +289,7 @@ build_doc:
|
|||||||
cd $(CURDIR)/docs && make -f Makefile.sphinx && make -f Makefile.sphinx man
|
cd $(CURDIR)/docs && make -f Makefile.sphinx && make -f Makefile.sphinx man
|
||||||
cd $(CURDIR)/clang/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 \
|
-(if test "$(OCAML_ENABLE)" = yes; then \
|
||||||
$(PRE_PROCESS) $(MAKE) $(NJOBS) -C "$(TARGET_BUILD)/docs" ocaml_doc; \
|
$(MAKE) $(NJOBS) -C "$(TARGET_BUILD)/docs" ocaml_doc; \
|
||||||
fi)
|
fi)
|
||||||
|
|
||||||
# Continue if failing, Ubuntu precise cannot generate manpages as sphinx is too old
|
# Continue if failing, Ubuntu precise cannot generate manpages as sphinx is too old
|
||||||
|
Loading…
Reference in New Issue
Block a user