From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14369 Path: main.gmane.org!not-for-mail From: Janko Hauser Newsgroups: gmane.comp.tex.context Subject: Re: new manual Date: Tue, 23 Dec 2003 15:29:57 +0100 Organization: need-brain Sender: ntg-context-admin@ntg.nl Message-ID: <20031223152957.6cd4e725.janko@need-brain.de> References: <6.0.1.1.2.20031223133911.02c638d0@server-1> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1072190372 28358 80.91.224.253 (23 Dec 2003 14:39:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 23 Dec 2003 14:39:32 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Tue Dec 23 15:39:26 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AYnh0-0000dM-00 for ; Tue, 23 Dec 2003 15:39:26 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 1A87D10B33; Tue, 23 Dec 2003 15:39:21 +0100 (MET) Original-Received: from mail.primaryroot.net (primaryroot.net [217.160.183.229]) by ref.ntg.nl (Postfix) with SMTP id 0922D10AFC for ; Tue, 23 Dec 2003 15:30:16 +0100 (MET) Original-Received: (qmail 27665 invoked by uid 304); 23 Dec 2003 14:30:12 -0000 Original-Received: from janko@need-brain.de by p15125011 by uid 301 with qmail-scanner-1.16 (uvscan: v4.1.60/v4171. spamassassin: 2.31. Clear:. Processed in 0.30946 secs); 23 Dec 2003 14:30:12 -0000 Original-Received: from unknown (HELO lagos) (217.227.208.58) by 0 with SMTP; 23 Dec 2003 14:30:12 -0000 Original-To: ntg-context@ntg.nl In-Reply-To: X-Mailer: Sylpheed version 0.9.6claws (GTK+ 1.2.10; i386-pc-linux-gnu) Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:14369 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14369 On Tue, 23 Dec 2003 13:16:58 +0000 Nigel King wrote: > Hans > ruby texsync.rb --update --tree=doc --force > --destination=/Users/Shared/Context/ > > Gets me the manuals > > I think on UNIX the first line of the script should look like > #!/usr/bin/ruby > Ab better way for most normal unices is to use #!/usr/bin/env ruby But that does not seem to be your problem > However I tried this and then > [Nigel-Kings-G4-Lap:~/bin] nigelk% texsync.rb > texsync.rb: Command not found. > Here is the question if the local directory is part of your path To run commands savely from a local directory use ./texsync.rb HTH, __Janko