automake
[Top][All Lists]
Advanced

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

Re: dirstamp and other mysteries


From: Adam Spiers
Subject: Re: dirstamp and other mysteries
Date: Mon, 28 Nov 2011 23:50:03 +0000

On Mon, Nov 28, 2011 at 11:43 PM, Adam Spiers <address@hidden> wrote:
> I tried *all* sorts of things, pored over the automake Info pages for
> hours, and (ironically, as I was composing this mail) finally came up
> with a solution which is essentially this:
>
>    dist_doc_DATA = doc/manual.html

Oops, there should have also been:

    doc_DATA = doc/manual.pdf

here.

>    doc/manual.pdf: doc/stow.pdf
>            [ -d doc ] || mkdir doc # required in vpath mode
>            cp $< $@
>
>    doc/manual.html: doc/stow.texi
>            -rm -f $@
>            texi2html --P=$(srcdir) --output=$@ -expandinfo -menu
> -monolithic -verbose $<
>
>    EXTRA_DIST = doc/stow.pdf



reply via email to

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