dzerbino / velvet

Short read de novo assembler using de Bruijn graphs, as published in: D.R. Zerbino and E. Birney. 2008. Velvet: algorithms for de novo short read assembly using de Bruijn graphs. Genome Research, 18: 821-829
https://europepmc.org/article/pmc/2336801
GNU General Public License v2.0
278 stars 99 forks source link

make shouldn't signal error if pdflatex not found #23

Closed eparejatobes closed 10 years ago

eparejatobes commented 11 years ago

This should be a warning, when doing automated installs there's no point in generating a manual as part of the install process.

laughedelic commented 10 years ago

:+1:

laughedelic commented 10 years ago

Just as a temporary workaround:

make -W doc -W Manual.pdf
dzerbino commented 10 years ago

Makefile now tests for existence of pdflatex executable, prints out a warning if it not found.