From 39ffa0ed247802500a99cb872c68b2a8ea5eecb4 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Thu, 11 Mar 2021 23:33:08 +0100 Subject: Online (hybrid) version --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3a5afcf..67b6caf 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ export LC_ALL ?= C # If you specify sources here, all other files with the same suffix # will be treated as if they were _include_ files. #onlysources.tex ?= paper.tex transact.tex -onlysources.tex ?= cv.tex +onlysources.tex ?= cv.tex cvsci.tex cvind.tex #onlysources.tex ?= transact.tex #onlysources.tex ?= paper-diff.tex #onlysources.tex ?= transact-diff.tex @@ -89,7 +89,7 @@ onlysources.tex ?= cv.tex # # If you list files or wildcards here, they will *not* be cleaned - default is # to allow everything to be cleaned. -#neverclean ?= *.pdf +neverclean ?= *.pdf # # Alternatively (recommended), you can add those lines to a Makefile.ini file # and it will get picked up automatically without your having to edit this -- cgit v1.2.1