docs: Simplify images generation to allow parallel build

- remove the tidy target from the main target.
  * aux/log file are already excluded in a .gititgnore file
  * allow parallel generation as the tidy target imposes sequential build
This commit is contained in:
TG 2024-10-06 08:38:16 +02:00
parent 1bf908dea8
commit 5841b44543
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
all: examples all_tex tidy
all: examples all_tex
# set a fake time in pdf generation to prevent unnecessary differences in output
FAKETIME := TZ='Z' faketime -f '2022-01-01 00:00:00 x0,001'