Skip to content

Commit

Permalink
Use style file when creating latex index
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterC-DLS committed Jun 28, 2022
1 parent 878c5e5 commit d9574a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -81,7 +81,7 @@ ifeq ($(DIR_NAME), $(BUILD_DIR))
($(MAKE) latexpdf LATEXOPTS="--interaction=nonstopmode -f" -C manual || exit 0)

# create the missing file
makeindex manual/build/latex/nexus.idx
makeindex -s manual/build/latex/python.ist manual/build/latex/nexus.idx

# second pass will also fail but we can ignore it without problem
($(MAKE) latexpdf LATEXOPTS="--interaction=nonstopmode -f" -C manual || exit 0)
Expand Down

0 comments on commit d9574a8

Please sign in to comment.