eyalroz / technion-iit-thesis

A class for Technion IIT PhD/Masters theses - with a sample thesis using it
37 stars 41 forks source link

make'ing a second time emits an error about an already-existing PDF #26

Closed eyalroz closed 6 years ago

eyalroz commented 6 years ago

If we make twice, we get:

ln -Fs aux/thesis.pdf thesis.pdf
ln: failed to create symbolic link 'thesis.pdf': File exists
Makefile:41: recipe for target 'symlink' failed
make: *** [symlink] Error 1

... so let's remove the symlink path before creating a symlink there.