diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2022-11-15 14:13:41 +0100 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2022-11-15 14:13:41 +0100 |
commit | 7de226878dee0bf7d4ede441a8e86a4903f12509 (patch) | |
tree | 0723d8a1c5480271b8b2c944c6086ef272acbd62 | |
parent | a14dec79ebc85fae807684fa027d8098a16a4d34 (diff) | |
download | yosys-7de226878dee0bf7d4ede441a8e86a4903f12509.tar.gz yosys-7de226878dee0bf7d4ede441a8e86a4903f12509.tar.bz2 yosys-7de226878dee0bf7d4ede441a8e86a4903f12509.zip |
faketime to make PDFs unique
-rw-r--r-- | docs/images/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/images/Makefile b/docs/images/Makefile index b62f6c7f6..56706d1c4 100644 --- a/docs/images/Makefile +++ b/docs/images/Makefile @@ -22,10 +22,10 @@ tex: $(TEX_PDF) svg: $(SVG_OUTPUT) 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 - 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 pdflatex $< --interaction=nonstopmode |