summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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