From b89c6213844d3854a7ef5e204c4c66a51811bd28 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Wobst?= Date: Wed, 19 Feb 2003 08:20:58 +0000 Subject: [PATCH] python command line bugfix for subdirectories git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@653 069f4177-920e-0410-937b-c2a4a81bcd90 --- examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Makefile b/examples/Makefile index ea975578..1119f577 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -21,4 +21,4 @@ examples.dvi: examples.py $(epsfiles) -rm examples.ps examples.pdf %.eps: %.py - cd $(dir $^) && python $^ + cd $(dir $^) && python $(notdir $^) -- 2.11.4.GIT