Gordon Farquharson
unread,Oct 18, 2010, 3:58:20 AM10/18/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to latex-makefile-discuss
I've been trying to compile a LaTeX document that uses pstex files. I
wasn't able to make it work with the latex-makefile (I;m using version
2.2.0-rc5), so I tried the test pstex files in the repository, and ran
into the same problem. Am I doing something wrong?
gordon@europa:~/tmp/latex-makefile$ make BUILD_STRATEGY=latex all-
pstex
= test-pstex.fig --> test-pstex.pstex =
= test-pstex.fig test-pstex.pstex --> test-pstex.pstex_t =
= test-pstex2.fig --> test-pstex2.pstex =
= test-pstex2.fig test-pstex2.pstex --> test-pstex2.pstex_t =
= test-pstex3.fig --> test-pstex3.pstex =
= test-pstex3.fig test-pstex3.pstex --> test-pstex3.pstex_t =
gordon@europa:~/tmp/latex-makefile$ make BUILD_STRATEGY=latex
NOTE: You may ignore warnings about the following files:
test-pstex.d
Makefile:2262: test-pstex.d: No such file or directory
= test-pstex.tex --> test-pstex.d test-pstex.dvi.1st.make (0-1) =
make: *** No rule to make target `test-pstex3.pstex.eps', needed by
`test-pstex.dvi'. Stop.
Gordon