blob: ef7954ef28736cb036f99cac8b9185d9dc74fc61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.in 2002-11-29 14:26:43.000000000 +0900
+++ Makefile.in-src_test 2004-08-19 11:29:02.000000000 +0900
@@ -127,7 +127,7 @@
test.ps test.dvi test.post: $(NAME) test.tex dvipost.sty
latex test
- $(NAME) -debug test.dvi test.dvi 2> test.post
+ ./$(NAME) -debug test.dvi test.dvi 2> test.post
dvips -o test.ps test.dvi
purge::; rm -f test.ps test.dvi test.post
|