Cannot make lint for handbook
Johann Kois
jkois at freebsd.org
Sat Mar 17 18:00:05 UTC 2007
Hello,
On Saturday 17 March 2007 18:01, Jeremie Le Hen wrote:
> Please Cc: my in your replies.
>
> I've just checked out the handbook. I've followed the ftp-primer
> quick start, but I cannot make lint. It fails with the attached
> error.
>
> There are multiple errors. According to the Makefile, it seems the
> .inc files are dynamically generated albeit I don't really understand
> why they aren't here.
You are right. These files are dynamically generated. You have to
do a "make" before you can do a "make lint". After that they will
be there.
I use the following toolchain when building my docs:
# make clean && make && make lint && make install
> The last error may be related, but I don't know the DocBook format
> so I can't really understand the problem.
Hm. In this case it is indeed related. The inc-files are missing.
So you get an error message.
Normally such a message would only tell you where you can find the
error in the document (for example a typo). In your example it
would be in the file "handbook/book/eressources/chapter.sgml" on
line 1736 and in column 9. But in this case there is no error
in this file. If the inc-files exist, this error will not occur.
Just build the handbook with the above toolchain and everything
should be fine.
J. Kois
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-doc/attachments/20070317/87c13098/attachment.sig>
More information about the freebsd-doc
mailing list