diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2021-03-11 23:33:08 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2021-03-11 23:33:08 +0100 |
commit | 39ffa0ed247802500a99cb872c68b2a8ea5eecb4 (patch) | |
tree | 2601607129899d40921b5df387b57a9d22106247 /Makefile | |
parent | 1f1f645dffc5c966e84888a266605dc9e71afe52 (diff) | |
download | cv-39ffa0ed247802500a99cb872c68b2a8ea5eecb4.tar.gz cv-39ffa0ed247802500a99cb872c68b2a8ea5eecb4.tar.bz2 cv-39ffa0ed247802500a99cb872c68b2a8ea5eecb4.tar.xz cv-39ffa0ed247802500a99cb872c68b2a8ea5eecb4.zip |
Online (hybrid) version
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |