Makefile: Update makefile

main
Mickaël Tansorier 5 years ago
parent e49c2776b7
commit 247968c0ff

@ -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}

@ -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-<projet>
```
_Note: To force second compilation, use `--always-make` option_
Liens Utiles
============

Loading…
Cancel
Save