[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] How to structure a GNU scientific project
From: |
Rhys Ulerich |
Subject: |
Re: [Help-gsl] How to structure a GNU scientific project |
Date: |
Tue, 9 Nov 2010 12:25:26 -0600 |
> The hello project is an excellent example
> of many things, but one thing it doesn't seem to address is where to
> install input data files, especially ones that a user would want to
> use as templates for their own.
Assuming that you follow the recommended hello template and use
automake, you're in luck...
The autobook discusses installation of data:
http://sourceware.org/autobook/autobook/autobook_106.html
The relevant portion of the automake manual is
http://www.gnu.org/software/automake/manual/automake.html#Data
- Rhys