This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Automake 1.5: Documentation generation
- To: Sebastian Huber <sebastian-huber at web dot de>
- Subject: Re: Automake 1.5: Documentation generation
- From: Alexandre Duret-Lutz <duret_g at lrde dot epita dot fr>
- Date: 25 Sep 2001 21:43:27 +0200
- Cc: Automake mailing list <automake at gnu dot org>
- List-Id: Discussion list for automake <automake.gnu.org>
- Organization: LRDE/EPITA http://www.lrde.epita.fr/
- References: <01092514000500.00694@mephisto>
Hi Sebastian,
>>> "Sebastian" == Sebastian Huber <sebastian-huber@web.de> writes:
[...]
Sebastian> noinst_PROGRAMS = index.html
index.html is not a program :), use
noinst_DATA = index.html
[...]
--
Alexandre Duret-Lutz