From 247968c0fffe76d0dc72b474bf329d9447e562a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Tansorier?= Date: Fri, 9 Aug 2019 11:38:10 +0200 Subject: [PATCH] Makefile: Update makefile --- Makefile | 11 +++++++---- README.md | 4 +++- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 21ac803..57a0844 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ -PRESENTATIONS = Logiciel_Libre -PRESENTATIONS_PDF = $(addsuffix .pdf,$(PRESENTATIONS)) +PRESENTATIONS = Logiciel_Libre Yocto-RapsberryPi-devtool-Ansible Alternative_pour_Android Presentation_fitImage + +# Individual project Logiciel_Libre: Logiciel_Libre.pdf @@ -9,7 +10,9 @@ Alternative_pour_Android: Alternative_pour_Android.pdf Presentation_fitImage: Presentation_fitImage.pdf -all: $(PRESENTATIONS) +# Commun project + +all: $(addsuffix .pdf,$(PRESENTATIONS)) %.pdf: %.tex pdflatex $< @@ -17,5 +20,5 @@ all: $(PRESENTATIONS) clean: $(addprefix clean-,$(PRESENTATIONS)) clean-%: - rm -f $*.{aux,nav,pdf,log,out,snm,toc} + rm -f $*.{aux,nav,vrb,log,out,snm,toc} diff --git a/README.md b/README.md index 65c484f..1cf2e3f 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Compilation Pour construire tout les projets ```bash -$ make +$ make all ``` Pour construire un projet @@ -67,6 +67,8 @@ Pour supprimer un projet $ make clean- ``` +_Note: To force second compilation, use `--always-make` option_ + Liens Utiles ============