diff --git a/doc/codegeneration/Makefile b/doc/codegeneration/Makefile index 783a3129d7af0d1022ac0f2e3d7f3c2d68b67285..63d685f14bb864fda3e42af7b180a72395ef71b3 100644 --- a/doc/codegeneration/Makefile +++ b/doc/codegeneration/Makefile @@ -13,7 +13,7 @@ FIGPDFS = $(patsubst $(FIGDIR)/%.fig,$(FIGDIR)/%.pdf,$(FIGURES)) FIGPDFTS = $(patsubst $(FIGDIR)/%.fig,$(FIGDIR)/%.pdf_t,$(FIGURES)) FIGURES = $(filter-out $(FIGS) $(FIGPDFS) $(FIGPDFTS), $(wildcard $(FIGDIR)/*)) -JOB = lettreBenjaminRanft +JOB = codegeneration_documentation TEXS = $(wildcard *.tex) $(wildcard *.sty) $(wildcard *.cls) PICS = $(wildcard *.png) $(filter-out $(JOB).pdf,$(wildcard *.pdf)) BIBS = $(wildcard *.bib) $(wildcard *.bst) diff --git a/doc/dev_infrastructure/Makefile b/doc/dev_infrastructure/Makefile index afe101a2023f4093e1e8bc421fbba446c4915df9..05555d401b0b3ddeadfd24c2ec74047a0520de7e 100644 --- a/doc/dev_infrastructure/Makefile +++ b/doc/dev_infrastructure/Makefile @@ -13,7 +13,7 @@ FIGPDFS = $(patsubst $(FIGDIR)/%.fig,$(FIGDIR)/%.pdf,$(FIGURES)) FIGPDFTS = $(patsubst $(FIGDIR)/%.fig,$(FIGDIR)/%.pdf_t,$(FIGURES)) FIGURES = $(filter-out $(FIGS) $(FIGPDFS) $(FIGPDFTS), $(wildcard $(FIGDIR)/*)) -JOB = lettreBenjaminRanft +JOB = ttool_development_infrastructure TEXS = $(wildcard *.tex) $(wildcard *.sty) $(wildcard *.cls) PICS = $(wildcard *.png) $(filter-out $(JOB).pdf,$(wildcard *.pdf)) BIBS = $(wildcard *.bib) $(wildcard *.bst)