2011/6/7 Jordi Gutiérrez Hermoso :
> I have a Python script $program that should be installed under bin/,
> but it needs a lot of data that should be installed under
> share/$program/. I would like for the install Makefile target to
> somehow modify $program to let it know the absolute pathname of
I have a Python script $program that should be installed under bin/,
but it needs a lot of data that should be installed under
share/$program/. I would like for the install Makefile target to
somehow modify $program to let it know the absolute pathname of where
the data share/$program/ is, includin