diff options
| author | Antonin Godard <antonin.godard@bootlin.com> | 2024-11-15 15:35:40 +0100 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-11-15 06:51:25 -0800 |
| commit | d5f366385d81e7f1d3d749db3249100bc0b95987 (patch) | |
| tree | 3577755b264f53305c87a600ab4f7513f9859124 /documentation/Makefile | |
| parent | 25c2ab08ef69319e5ad6492f94527af34d9799db (diff) | |
| download | poky-d5f366385d81e7f1d3d749db3249100bc0b95987.tar.gz | |
Revert "doc: Makefile: add support for xelatex"
This reverts commit 0a6944b9f90b4d3babbdec9dee18fb8195b0db06.
(From yocto-docs rev: 08fae3c2dd1dbd898c028a4e713ca4d388ccee6b)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/Makefile')
| -rw-r--r-- | documentation/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index 402ad986ae..cb8d4dea85 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
| @@ -61,12 +61,9 @@ epub: $(PNGs) | |||
| 61 | $(SOURCEDIR)/set_versions.py | 61 | $(SOURCEDIR)/set_versions.py |
| 62 | @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) | 62 | @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) |
| 63 | 63 | ||
| 64 | # Note: we need to pass buf_size here (which is also configurable from | ||
| 65 | # texmf.cnf), to avoid following error: | ||
| 66 | # Unable to read an entire line---bufsize=200000. Please increase buf_size in texmf.cnf. | ||
| 67 | latexpdf: $(PDFs) | 64 | latexpdf: $(PDFs) |
| 68 | $(SOURCEDIR)/set_versions.py | 65 | $(SOURCEDIR)/set_versions.py |
| 69 | buf_size=10000000 $(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) | 66 | @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) |
| 70 | 67 | ||
| 71 | all: html epub latexpdf | 68 | all: html epub latexpdf |
| 72 | 69 | ||
