yochju / latex-makefile

Automatically exported from code.google.com/p/latex-makefile
Other
0 stars 0 forks source link

make something._show doesn't seem to work #81

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Reproduce with:
Create a valid LaTeX file test.tex, then run
> make test._show
or also
> VIEW_PDF=evince make test._show

Result:
make: Nothing to be done for `test._show'.

Expected result:
test.pdf is shown in a viewer

On the other hand, "make show" works as expected.
Must be something with the autogenerated deps, but everything seems correct
to me at a first glance to the Makefile.

latex-makefile Version 2.2.0-rc1
GNU Make 3.81 on an OpenSuSE 11.0

Running with SHELL_DEBUG=1 returns
+ which tput
+ /usr/bin/tput setaf 0
+ /usr/bin/tput setaf 1
+ /usr/bin/tput setaf 2
+ /usr/bin/tput setaf 3
+ /usr/bin/tput setaf 4
+ /usr/bin/tput setaf 5
+ /usr/bin/tput setaf 6
+ /usr/bin/tput setaf 7
+ /usr/bin/tput bold
+ /usr/bin/tput smul
+ /usr/bin/tput sgr0
+ which gnuplot
+ gnuplot -e 'set terminal pdf'
make: Nothing to be done for `test._show'.

Original issue reported on code.google.com by f.pol...@gmail.com on 28 Apr 2010 at 7:32

GoogleCodeExporter commented 9 years ago
Try out r95687980ea8c and let me know how it works for you.

Original comment by shiblon on 28 Apr 2010 at 2:47

GoogleCodeExporter commented 9 years ago
The fix works. Thanks!

Original comment by f.pol...@gmail.com on 30 Apr 2010 at 10:40

GoogleCodeExporter commented 9 years ago
I'm making this available as 2.2.0-rc2 in the downloads section, now.  Thanks 
for the report.

Original comment by shiblon on 30 Apr 2010 at 3:30