automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Python executables


From: Bernd Jendrissek
Subject: Re: Python executables
Date: Tue, 29 Jan 2008 17:44:30 +0200

On Jan 29, 2008 2:29 PM, Peter Stahlir <address@hidden> wrote:
> I want to install a python program at /usr/bin, for example /usr/bin/foo, 
> where
> foo is a python script (and no, I don't want a foo.py).

dist_bin_SCRIPTS = foo

Or, if your script is actually preprocessed from some other source:

bin_SCRIPTS = foo
EXTRA_DIST = foo.in




reply via email to

[Prev in Thread] Current Thread [Next in Thread]