Commit Graph

5 Commits

Author SHA1 Message Date
Simon Taylor
1bfa40eac4 Use <h3> rather than <h2> for the version subtitles.
Estimated hours taken: 0.1
Branches: main, release

doc/texi2html:
	Use <h3> rather than <h2> for the version subtitles.
	The font Netscape uses for <h2> is too close to
	that used for <h1>.
2001-10-05 07:56:05 +00:00
Simon Taylor
a082239edb Put version identifiers in the documentation.
Estimated hours taken: 1.5
Branches: main, release

Put version identifiers in the documentation.

doc/Mmakefile:
	Preprocess the `.texi' files to produce `.texi_pp' files.
	The `.texi_pp' files contain the contents of the `.texi'
	files with the string <VERSION> replaced by the value
	of $(VERSION), which is taken from the file VERSION
	in the top-level `mercury' directory.

	The rules to automatically generate the `.texi' files
	for the library reference manual now generate `.texi_pp' files.
	This makes it clearer that they are not to be edited.

	Fix a bug which was causing the library documentation on the
	web page to be out of date -- library_1.html needs to depend
	on library-chapters.texi_pp.

doc/faq.texi:
doc/library.texi:
doc/reference_manual.texi:
doc/transition_guide.texi:
doc/user_guide.texi:
	Add version information.

	Put a proper heading at the top of mercury_ref.info.

doc/mercury.html.in:
doc/mercury.info.in:
doc/mercury.html:
doc/mercury.info:
	Add `.in' files which are preprocessed as for the `.texi' files.
	Remove the old unpreprocessed versions.

doc/texi2html:
	Allow `.texi_pp' as a suffix for the texinfo files to process.

w3/information/Makefile
	Create the VERSION file, and include it in the generated
	Mmake.common.
2001-10-03 11:37:56 +00:00
Fergus Henderson
ab9922f216 Add a chapter on profiling.
user_guide.texi:
	Add a chapter on profiling.

texi2html:
	Avoid hard-coding the path name of the Perl executable.
1995-09-11 11:01:02 +00:00
Fergus Henderson
6ae649ce72 Don't remove the copyright notice in the title page.
texi2html:
	Don't remove the copyright notice in the title page.
1995-05-29 18:10:15 +00:00
Fergus Henderson
d5fc25dfc6 Parameterize the command names.
doc/Mmake:
	Parameterize the command names.
	Make the info before the dvi.
	Use the target directories specified in ../Mmake.common.
	Ensure that the target directories exist.

doc/texi2html:
	Add this program to the CVS archive, since it's not commonly
	available.
1995-03-18 17:31:05 +00:00