[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Automake 1.5: Documentation generation
From: |
Lars von Wedel |
Subject: |
Re: Automake 1.5: Documentation generation |
Date: |
Thu, 04 Oct 2001 10:07:36 +0200 |
Hi Steve,
I think the way you propose is the best alternative. Hoever, did you
come
up with some approach to clean up the documentation? As far as I know,
there is no such thing like a clean-hook...
Lars
"Steve M. Robbins" wrote:
>
> On the topic of automatically-generated documentation, how does one
> handle installing all the zillions of HTML files that doxygen
> generates? I don't know their filenames in advance, so I can't list
> them all in noinst_DATA.
>
> The best I have come up with is to use an install hook as
> follows.
>
> htmldir = ...
> html_DATA = html/index.html
> install-data-hook:
> cp -dpR html/* $(DESTDIR)$(htmldir)
>
> Is there a superior procedure?
>
> -Steve
>
> On Tue, Sep 25, 2001 at 09:43:27PM +0200, Alexandre Duret-Lutz wrote:
> > Hi Sebastian,
> >
> > >>> "Sebastian" == Sebastian Huber <address@hidden> writes:
> >
> > [...]
> >
> > Sebastian> noinst_PROGRAMS = index.html
> >
> > index.html is not a program :), use
> >
> > noinst_DATA = index.html
>
> --
> by Rocket to the Moon,
> by Airplane to the Rocket,
> by Taxi to the Airport,
> by Frontdoor to the Taxi,
> by throwing back the blanket and laying down the legs ...
> - They Might Be Giants
vonWedel.vcf
Description: Card for Lars von Wedel
- Re: Automake 1.5: Documentation generation,
Lars von Wedel <=