Mail Archives: djgpp-workers/2000/08/03/07:26:28
On Thu, 3 Aug 2000, Esa A E Peuha wrote:
> I tried to compile djgpp docs from the CVS sources on a Unix machine,
> and found it to be very difficult without a cross compiler, because
> the makefiles are not designed so that docs could be built without
> compiling the libraries and executables at the same time.
I'm not sure I understand you: did you want to build the docs alone,
without the rest? Because building the library and/or utilities doesn't
seem to make sense without a cross-compiler.
If you indeed want the docs alone, wouldn't it be easier to have a simple
shell script or a special makefile target just for that? All you need
IIRC is to build mkdoc and have Texinfo installed somewhere, no?
> Would it be a good idea to make the build process more flexible?
Why not? Assuming you don't violate any of the requirements for the
library build process (no extra tools except Make and Texinfo), that
is.
> stubify works well enough after applying the following patch (which
> just prevents stubify from reading past the end of its input file).
If you only want the docs, why would you need stubify?
- Raw text -