Files
mercury/doc/mercury.html.in
Zoltan Somogyi ae28a625cc Use consistent file-names in the doc directory.
Previously, we used to build e.g. mercury_ref.info from reference_manual.texi.
We now use these base files names consistently, with all relevant extensions:

    mercury_reference_manual
    mercury_user_guide
    mercury_library_manual
    mercury_transition_guide
    mercury_faq

doc/mercury_reference_manual.texi:
doc/mercury_user_guide.texi:
doc/mercury_library_manual.texi:
doc/mercury_transition_guide.texi:
doc/mercury_faq.texi:
    Rename the original .texi files to the new names.

    Rename any pointers between manuals.

doc/update_opts:
    Delete this unused file, since there is no point in updating it
    to use the new file names.

doc/Mmakefile:
    Rename files in variable definitions, target lists, source lists, actions,
    and comments.

    Replace blocks of file-name-specific rules with a single generic rule
    where the uniformity of names makes this possible.

    Start builtin pdf files by default, since the motivation for this change
    is fixing an inconsistency between .html and .pdf versions of the same
    manual.

    Change the naming scheme of intermediate files to fit into the new pattern.

    Delete the new_opts target, which we do not need anymore.

    Delete references to library_toc and library_1, which we stopped building
    in 2003.

doc/mercury.html.in:
doc/mercury.info.in:
    Conform to the renames.
2025-08-11 07:48:11 +02:00

24 lines
649 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!-- -->
<title>Mercury documentation</title>
</head>
<body>
<h1>Mercury documentation, version <VERSION></h1>
<p>
<ul>
<li><a href="mercury_reference_manual.html">Mercury Language Reference Manual</a>
<li><a href="mercury_user_guide.html">Mercury User's Guide</a>
<li><a href="mercury_library_manual.html">Mercury Library Reference Manual</a>
<li><a href="mercury_transition_guide.html">Prolog to Mercury Transition Guide</a>
<li><a href="mercury_faq.html">Frequently Asked Questions</a>
</ul>
<p>
<ul>
<li><a href="https://mercurylang.org">Mercury Home Page</a>
</ul>
</body>
</html>