summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2021-03-11 23:33:08 +0100
committerSuren A. Chilingaryan <csa@suren.me>2021-03-11 23:33:08 +0100
commit39ffa0ed247802500a99cb872c68b2a8ea5eecb4 (patch)
tree2601607129899d40921b5df387b57a9d22106247 /Makefile
parent1f1f645dffc5c966e84888a266605dc9e71afe52 (diff)
downloadcv-39ffa0ed247802500a99cb872c68b2a8ea5eecb4.tar.gz
cv-39ffa0ed247802500a99cb872c68b2a8ea5eecb4.tar.bz2
cv-39ffa0ed247802500a99cb872c68b2a8ea5eecb4.tar.xz
cv-39ffa0ed247802500a99cb872c68b2a8ea5eecb4.zip
Online (hybrid) version
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