I just downloaded and installed Tex Live (from Ubuntu repositories) and textallion_2012-11-23_puvis_de_chavannes.zip on Ubuntu 12.04. When i run make pdf, I get the following output
slk@spyder:~/Downloads/textallion/samples$ make pdf
python2 ..//contrib/txt2tags/txt2tags -T ..//templates/latex.tex -t tex --toc --outfile examples.tex examples.t2t
txt2tags wrote /home/slk/Downloads/textallion/samples/examples.tex
pdflatex -interaction batchmode examples.tex
This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian)
entering extended mode
make: [pdf] Error 1 (ignored)
makeindex examples.idx
Input index file examples.idx not found.
Usage: makeindex [-ilqrcgLT] [-s sty] [-o ind] [-t log] [-p num] [idx0 idx1 ...]
make: [pdf] Error 1 (ignored)
pdflatex -interaction batchmode examples.tex
This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian)
entering extended mode
make: [pdf] Error 1 (ignored)
# (the compilation of the latex document is duplicated so the TOC generated the first time will be included the second time)
pdflatex -interaction batchmode examples.tex
This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian)
entering extended mode
make: [pdf] Error 1 (ignored)
# and one again because of makeindex