This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: CVS PDF-docs


>>>>> "Iztok" == Iztok Zupet <iztok.zupet@vsr.si> writes:

    >> And in the patch below, why the subst .html? The .sgml, .html
    >> and starting page of the .pdf should all have the same prefixes
    >> (even though it's based on the <TITLE>). And the .html file may
    >> not exist.

    Iztok> The problem is, that in the original rules.doc version the
    Iztok> $(MAIN_SGML) expands to the whole set of sgml-s used to
    Iztok> build the manual and thus the subst .sgml cannot be used
    Iztok> for the ecos.pdf. We could use the MAIN_PDF directly here.
    Iztok> The fact that the .html file does not exist, doesn't
    Iztok> matter. We don't need it here. All we need is a name.

MAIN_SGML should be a single file, not the set of sgml files. If
documentation involves multiple sgml files, e.g. the libcdl docs, then
MAIN_SGML should be the toplevel file and OTHER_SGML should list the
remaining files. The makefile dependencies use both MAIN_SGML and
OTHER_SGML.

Bart


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]