[SCM] Debian packaging for sketch 3D line drawing software branch, debian/Doc-make-pl, updated. upstream/0.2.89-11-g5184983

David Bremner bremner at unb.ca
Sun Jan 10 01:34:15 UTC 2010


The following commit has been merged in the debian/Doc-make-pl branch:
commit 9a989c23bb0b45099130a99081b42b0f9383a648
Author: David Bremner <bremner at unb.ca>
Date:   Tue Jan 5 08:08:50 2010 -0400

    Use just-built copy of sketch, rather than looking in path

diff --git a/Doc/make.pl b/Doc/make.pl
index f43bcfd..d40e8ff 100644
--- a/Doc/make.pl
+++ b/Doc/make.pl
@@ -14,7 +14,7 @@ sub make_example {
   my %arg = map { $_ => 1 } @_;
   
   unless ($arg{nosketch}) {
-    my $cmd = "sketch -D $ex manexamples.sk > $ex.tex";
+    my $cmd = "../sketch -D $ex manexamples.sk > $ex.tex";
     print STDERR "$cmd\n";
     system($cmd) == 0 or die;
   }

-- 
Debian packaging for sketch 3D line drawing software



More information about the debian-science-commits mailing list