mirror of https://github.com/CGAL/cgal
|
|
||
|---|---|---|
| .. | ||
| html | ||
| pictures | ||
| Allocator.tex | ||
| README | ||
| addresses.tex | ||
| checks.tex | ||
| code_format.tex | ||
| code_format_internal.tex | ||
| cvs.tex | ||
| debugging.tex | ||
| developers.bib | ||
| directory_structure.tex | ||
| examples_and_demos.tex | ||
| frac.tex | ||
| handles.tex | ||
| index_see.tex | ||
| information_sources.tex | ||
| intro.tex | ||
| io_conventions.tex | ||
| iterators_and_circulators.tex | ||
| kernels.tex | ||
| kl.C | ||
| main.tex | ||
| makefile | ||
| manual_index.html | ||
| manual_organization.tex | ||
| memory_management.tex | ||
| misc_problems.tex | ||
| namespaces.tex | ||
| objects.tex | ||
| overall_design.tex | ||
| pdf_wrapper.tex | ||
| pdf_wrapper_ext.tex | ||
| philosophy.tex | ||
| poi.C | ||
| portability.tex | ||
| releases.tex | ||
| req_and_rec.tex | ||
| robustness.tex | ||
| specification.tex | ||
| submission_process.tex | ||
| testing.tex | ||
| title.html | ||
| title.tex | ||
| title_wrap.tex | ||
| tools.tex | ||
| traits_classes.tex | ||
| web_site.tex | ||
| wrapper.tex | ||
| wrapper_ext.tex | ||
README
To create a new version of the manual, you must at least do the following
editing:
in wrapper.tex and pdf_wrapper.tex change the line
\newcommand{\dmanualrelease}{2.0}
to correspond to the current release number
in title.html, change the line
<H2> Release 2.0, June 2000 </H2>
to correspond to the currrent release number and date
in the makefile, change the titles used in the html conversion
(target html_doc and possible html_title) so the current version is in
the parentheses there
Then do
make internal // for the internal developers' manual
make external // for the filtered developers' manual made public
Then, if necessary, edit the makefile to change the installation directory
and install the manual using:
make install_internal
make install_external