diff makefile @ 20:efc357cfa277

Update
author Daniele Nicolodi <daniele@grinta.net>
date Sat, 23 Sep 2017 17:25:53 -0600
parents a74b9e0f9064
children 608d78441570
line wrap: on
line diff
--- a/makefile	Sat Sep 23 16:49:18 2017 -0600
+++ b/makefile	Sat Sep 23 17:25:53 2017 -0600
@@ -1,9 +1,7 @@
 SRC = cv
 BIB = publications.bib
-TODAY = $(shell date +%Y%m%d)
 
 all: $(SRC).pdf
-	cp $(SRC).pdf nicolodi-cv-$(TODAY).pdf
 
 %.pdf: %.tex publications.bib
 	pdflatex -file-line-error -halt-on-error $(SRC).tex