shiblon / latex-makefile

A Makefile for LaTeX - drop it in, type make, and magic happens.
Other
185 stars 30 forks source link

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

Closed shiblon closed 8 years ago

shiblon commented 8 years ago

Originally reported on Google Code with ID 81

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'.

Reported by f.poloni on 2010-04-28 07:32:17

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

Reported by shiblon on 2010-04-28 14:47:59

shiblon commented 8 years ago
The fix works. Thanks!

Reported by f.poloni on 2010-04-30 10:40:32

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

Reported by shiblon on 2010-04-30 15:30:39