mirror of https://github.com/YosysHQ/yosys.git
faketime to make PDFs unique
This commit is contained in:
parent
a14dec79eb
commit
7de226878d
|
@ -22,10 +22,10 @@ tex: $(TEX_PDF)
|
||||||
svg: $(SVG_OUTPUT)
|
svg: $(SVG_OUTPUT)
|
||||||
|
|
||||||
011/%.pdf: $(DOT_LOC)/%.dot
|
011/%.pdf: $(DOT_LOC)/%.dot
|
||||||
dot -Tpdf -o $@ $<
|
FAKETIME_DONT_RESET=0 faketime '2022-01-01 00:00:00' dot -Tpdf -o $@ $<
|
||||||
|
|
||||||
011/%.pdf: 011/%.tex
|
011/%.pdf: 011/%.tex
|
||||||
cd 011 && pdflatex $(<F) --interaction=nonstopmode
|
cd 011 && FAKETIME_DONT_RESET=0 faketime '2022-01-01 00:00:00' pdflatex $(<F) --interaction=nonstopmode
|
||||||
|
|
||||||
%.pdf: %.tex
|
%.pdf: %.tex
|
||||||
pdflatex $< --interaction=nonstopmode
|
pdflatex $< --interaction=nonstopmode
|
||||||
|
|
Loading…
Reference in New Issue