agc_01052021 #4

Merged
nanoy merged 3 commits from agc_01052021 into main 2021-05-04 21:07:06 +00:00
2 changed files with 17 additions and 0 deletions
Showing only changes of commit 6fd295557a - Show all commits

17
makefile Normal file
View file

@ -0,0 +1,17 @@
# Makefile for the Statutes of Rézo Metz-Rennes Fédérés
.PHONY: status.pdf statuts-en.pdf all clean
all: statuts.pdf statuts-en.pdf
statuts.pdf: statuts.tex
latexmk -pdf -pdflatex="pdflatex -interactive=nonstopmode" -use-make $<
statuts-en.pdf: statuts-en.tex
latexmk -pdf -pdflatex="pdflatex -interactive=nonstopmode" -use-make $<
cleanall:
latexmk -C
clean:
latexmk -c

Binary file not shown.