From b6cc083e52bf6386944b7fdbe4b6e8d1a29b79a1 Mon Sep 17 00:00:00 2001 From: Ludovic Apvrille <ludovic.apvrille@telecom-paristech.fr> Date: Thu, 12 Apr 2018 19:52:50 +0200 Subject: [PATCH] Update on Makefile for dev infra --- doc/codegeneration/Makefile | 2 +- doc/dev_infrastructure/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/codegeneration/Makefile b/doc/codegeneration/Makefile index 783a3129d7..63d685f14b 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 afe101a202..05555d401b 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) -- GitLab