Skip to content
Prev 388948 / 398506 Next

A glitch (???) in tools::texi2pf.

On Sat, 28 Aug 2021, Rolf Turner wrote:

            
In a Makefile you can declare "rules" for producing certain "target" files 
from "prerequisite" files. The rules are only applied if any of the 
prerequisite files have changed since the target was last produced.

In your case the .bib is a prerequisite for the target .bbl which in turn 
is a prerequisite (along with the .tex) for the .pdf.

A nice introduction to GNU Make for data analysis workflows is this JSS 
paper by Peter Baker (http://petebaker.id.au/):

https://doi.org/10.18637/jss.v094.c01

Best wishes,
Z