From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Ceresoli Date: Mon, 03 Oct 2011 18:49:55 +0200 Subject: [Buildroot] [PATCH 1/4] manual: convert existing documentation to the asciidoc format In-Reply-To: References: Message-ID: <4E89E7B3.6060406@lucaceresoli.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hi Thomas, I found a few minor issues that I report below. In general, I really appreciate this job. BR is growing in features and complexity, and a single HTML file is not enough anymore. Thanks! Acked-by: Luca Ceresoli Thomas Petazzoni wrote: ... > +* *Makefiles for generic packages* (not using autotools): These > + are based on an infrastructure similar to the one used for > + autotools-based packages, but requires a little more work from the > + developer. They specify what should be done for the configuration, > + compilation, installation and cleanup of the package. This > + infrastructure must be used for all packages that do not use the > + autotools as their build system. In the future, other specialized > + infrastructures might be written for other build systems. > + We cover them through in xref:gentargets-tutorial[] and > + xref:gentargets-reference[]. > + These links do not work. In the HTML output the link is: [gentargets-reference] but the target anchor is:

GENTARGETS Reference

In the PDF I read: We cover them through in [?] and [?]. > +* *Makefiles for autotools-based software* (autoconf, automake, > + etc.): We provide a dedicated infrastructure for such packages, since > + autotools is a very common build system. This infrastructuremust > + be used for new packages that rely on the autotools as their > + build system.
We cover them through a > +tutorial and a > +reference. Here are some remnants of the original HTML, I guess. There are others here and there, but it's trivial to find them by searching for "<". Most hits are like this one. Luca