Skip to content

Commit

Permalink
DOCGEN: Remove "-include-directory" for compatibility with TeX Live.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamievlin committed Aug 24, 2024
1 parent d1f7196 commit f68e8a1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cmake-scripts/docgen.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ configure_file(${ASY_RESOURCE_DIR}/version.texi.in ${ASY_TEX_BUILD_ROOT}/version
set(LATEX_ARTIFRACT_EXTENSIONS aux hd idx ins log out toc)

set(PDFLATEX_BASE_ARGUMENTS ${PDFLATEX_COMPILER}
-include-directory=${ASY_TEX_BUILD_ROOT}
-output-directory=${ASY_TEX_BUILD_ROOT}
)

Expand Down
1 change: 0 additions & 1 deletion doc/build-latexusage-pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ def main():
clean_artifacts(buildroot_path, args.latexusage_name)
pdflatex_base_args = [
args.pdflatex_executable,
f"-include-directory={str(buildroot_path)}",
f"-output-directory={str(buildroot_path)}",
]
asy_base_dir = pathlib.Path(args.asy_base_dir)
Expand Down

0 comments on commit f68e8a1

Please sign in to comment.