make latexpdf
after make latex
rebuilds latex sources
#4362
Labels
Milestone
make latexpdf
after make latex
rebuilds latex sources
#4362
Procedure to reproduce the problem
With any project,
make latexpdf
will unneedlessly rebuild the latex source files even immediately afermake latex
.This is noticeable on big enough projects such as Sphinx own docs.
Expected results
make latexpdf
should behave likemake -C <builddir> all-pdf
when there is no need to rebuild the latex files.Environment info
May be relevant to #4343
edit
This actually applies to
make latex
itself: if executed twice in a row with no intervening changes, it still re-creates the tex file (which takes time on big projects).The text was updated successfully, but these errors were encountered: