From bc758f2280ab4b43d43da990b60ece3d6b1512a0 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Fri, 14 Sep 2018 15:31:18 +0200 Subject: added fichiers/02-tableur_bdd.tex --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 25be7fc..02442bf 100644 --- a/makefile +++ b/makefile @@ -1,7 +1,7 @@ all: pdf pdf: clean - find ./* -type f | grep -v '_.*.tex' | grep 'tex$$' > texfiles + find ./* -type f | grep -v '/_.*.tex' | grep 'tex$$' > texfiles while read l ; do \ latexmk -quiet -cd -lualatex -e '$$lualatex=q/lualatex %O --shell-escape %S/' $$l ; \ done < texfiles @@ -12,7 +12,7 @@ pdf: clean clean: rm -rf .backup find -iname "*~" | xargs rm -rf - find ./* -type f | grep 'makefile\|\.md$$\|\.tex$$' > ls-R + find ./* -type f | grep 'makefile\|\.md$$\|\.png$$\|\.tex$$' > ls-R rsync -avPr --files-from=ls-R . .backup cp ls-R .backup rm -rf * -- cgit v1.2.3