On 11/11/10 21:11, Stuart Rackham wrote:
>> Generation of file BUGS
>> ^^^^^^^^^^^^^^^^^^^^^^^
>> The files four files README, BUGS, INSTALL, and CHANGELOG seem to be
>> shipped with tarballs only. I was not able to find out, how you
>> generate these files. What commands do you run? Could you add a make
>> target for it? It is of interested for building packages right from a
>> mercurial checkout.
>
> These files are generated by the ./doc/main.aap build script
> (http://code.google.com/p/asciidoc/source/browse/doc/main.aap), they are
> generated by the %.text rule (AsciiDoc source to HTML then converted to
> text with lynx(1)).
>
> I have thought about converting the AAP scripts to GNU Make so that all
> building is handled by Make but it would be a big job with no functional
> payoff.
I see. This command seems to do the job for me:
( cd doc && aap -f main.aap ../{CHANGELOG,README,BUGS,INSTALL} )
It adds aap, lynx and source-highlight to the build dependencies, in
case anyone else is re-using that command.
Best,
Sebastian
--
You received this message because you are subscribed to the Google Groups
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/asciidoc?hl=en.