Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Sep 2014 22:58:45 +0200
From:      =?UTF-8?Q?Fernando_Apestegu=C3=ADa?= <fernando.apesteguia@gmail.com>
To:        Tijl Coosemans <tijl@freebsd.org>
Cc:        FreeBSD Mailing List <freebsd-ports@freebsd.org>
Subject:   Re: On Docs option and custom build target
Message-ID:  <CAGwOe2bS0pnrGVSrPc5jFqVYfuaHi5hcNwHUkaR1Y8W%2BDJGwOA@mail.gmail.com>
In-Reply-To: <20140925120627.2e8e6bc7@kalimero.tijl.coosemans.org>
References:  <CAGwOe2aJWSNnG8YBuBpxjtE7S_bN5NkWwaiKWDmQzJmWMQUDoQ@mail.gmail.com> <20140924205238.52054971@kalimero.tijl.coosemans.org> <CAGwOe2Z1T68Fkeob5Vej0oFnZEGurB21_h_BvmVkPqwEoxAujQ@mail.gmail.com> <20140925120627.2e8e6bc7@kalimero.tijl.coosemans.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Sep 25, 2014 at 12:06 PM, Tijl Coosemans <tijl@freebsd.org> wrote:
> On Wed, 24 Sep 2014 23:54:19 +0200 Fernando Apestegu=C3=ADa <fernando.ape=
steguia@gmail.com> wrote:
>> On Wed, Sep 24, 2014 at 8:52 PM, Tijl Coosemans <tijl@freebsd.org> wrote=
:
>>> On Tue, 23 Sep 2014 23:23:31 +0200 Fernando Apestegu=C3=ADa <fernando.a=
pesteguia@gmail.com> wrote:
>>>> I have a Makefile for an application that provides both examples and
>>>> documentation. I created the two options in the Makefile (both enabled
>>>> by default).
>>>> The package doesn't provide any flags stock like --with-docs or
>>>> --with-examples, so I have a custom target like this:
>>>>
>>>> do-build:
>>>>         @cd ${BUILD_WRKSRC}/ && ${MAKE}
>>>> .if ${PORT_OPTIONS:MDOCS}
>>>>         @cd ${BUILD_WRKSRC}/ && ${MAKE_CMD} doc
>>>> .endif
>>>
>>> You don't have to override do-build like this.  You can build the
>>> documentation from a post-build target.
>>
>> Thanks. Changed.
>>
>>>> However, when I try to run this in poudriere, I get the following erro=
r:
>>>>
>>>> make[1]: don't know how to make doc. Stop
>>>>
>>>> make[1]: stopped in /wrkdirs/usr/ports/graphics/code-eli/work/.build
>>>> *** Error code 2
>>>
>>> Does the makefile in BUILD_WRKSRC actually have a doc target?  Is doc
>>> a subdirectory maybe?
>>
>> Yes it does.
>>
>> In fact, with "port test" builds fine with the same code (change
>> directory and ${MAKE} doc). There is a doc.dir subdirectory in
>> BUILD_WRKSRC/CMakeFiles. The doc target basically gets a Doxygen
>> configuration file and runs doxygen on the whole library code.
>
> Poudriere tests the port in a clean environment so check the build log
> to see if any dependencies (like doxygen) are missing.

That's it!

Thanks!



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAGwOe2bS0pnrGVSrPc5jFqVYfuaHi5hcNwHUkaR1Y8W%2BDJGwOA>