mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-15 20:09:34 +00:00
Adjust the sphinx build as the makefile have been removed
This commit is contained in:
parent
7e04f98a02
commit
daf38c1634
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -1,4 +1,4 @@
|
|||||||
llvm-toolchain-snapshot (1:14~++20211018020854+59a994e8daee-1~exp1) UNRELEASED; urgency=medium
|
llvm-toolchain-snapshot (1:14~++20211022081626+13755436bb3d-1~exp1) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* Remove the triple patch. it is causing the library search path to fail.
|
* Remove the triple patch. it is causing the library search path to fail.
|
||||||
Add a test in debian/qualify-clang.sh to verify we don't regress
|
Add a test in debian/qualify-clang.sh to verify we don't regress
|
||||||
@ -15,8 +15,9 @@ llvm-toolchain-snapshot (1:14~++20211018020854+59a994e8daee-1~exp1) UNRELEASED;
|
|||||||
* Disable the build of libclc on old Ubuntu (Groovy & focal)
|
* Disable the build of libclc on old Ubuntu (Groovy & focal)
|
||||||
as llvm-spir is too old on these version.
|
as llvm-spir is too old on these version.
|
||||||
See bug #52200
|
See bug #52200
|
||||||
|
* Adjust the sphinx build as the makefile have been removed
|
||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 18 Oct 2021 16:14:57 +0200
|
-- Sylvestre Ledru <sylvestre@debian.org> Fri, 22 Oct 2021 08:21:06 +0200
|
||||||
|
|
||||||
llvm-toolchain-snapshot (1:14~++20210926041028+6063e6b499c7-1~exp1) experimental; urgency=medium
|
llvm-toolchain-snapshot (1:14~++20210926041028+6063e6b499c7-1~exp1) experimental; urgency=medium
|
||||||
|
|
||||||
|
12
debian/rules
vendored
12
debian/rules
vendored
@ -557,8 +557,16 @@ override_dh_prep: build_doc
|
|||||||
dh_prep
|
dh_prep
|
||||||
|
|
||||||
build_doc:
|
build_doc:
|
||||||
cd $(CURDIR)/llvm/docs && make -f Makefile.sphinx && make -f Makefile.sphinx man
|
BUILDDIR="_build"; \
|
||||||
cd $(CURDIR)/clang/docs && make -f Makefile.sphinx && make -f Makefile.sphinx man
|
ALLSPHINXOPTS="-d $$BUILDDIR/doctrees ."; \
|
||||||
|
cd $(CURDIR)/llvm/docs && \
|
||||||
|
sphinx-build -b html $$ALLSPHINXOPTS $$BUILDDIR/html && \
|
||||||
|
sphinx-build -b man $$ALLSPHINXOPTS $$BUILDDIR/man && \
|
||||||
|
cd -; \
|
||||||
|
cd $(CURDIR)/clang/docs && \
|
||||||
|
sphinx-build -b html $$ALLSPHINXOPTS $$BUILDDIR/html && \
|
||||||
|
sphinx-build -b man $$ALLSPHINXOPTS $$BUILDDIR/man
|
||||||
|
|
||||||
-(if test "$(OCAML_ENABLE)" = yes; then \
|
-(if test "$(OCAML_ENABLE)" = yes; then \
|
||||||
ninja -C "$(TARGET_BUILD_STAGE2)" $(VERBOSE) ocaml_doc; \
|
ninja -C "$(TARGET_BUILD_STAGE2)" $(VERBOSE) ocaml_doc; \
|
||||||
fi)
|
fi)
|
||||||
|
Loading…
Reference in New Issue
Block a user