cgal/Packages/Developers_manual
Sylvain Pion 48321d5d64 Initial revision 2001-02-02 14:46:20 +00:00
..
example_files Initial revision 2001-02-02 14:46:20 +00:00
pictures Initial revision 2001-02-02 14:46:20 +00:00
Allocator.tex
README Initial revision 2001-02-02 14:46:20 +00:00
addresses.tex
checks.tex
code_format.tex
cvs.tex
debugging.tex
developers.bib Initial revision 2001-02-02 14:46:20 +00:00
directory_structure.tex
frac.tex Initial revision 2001-02-02 14:46:20 +00:00
handles.tex
index_see.tex
information_sources.tex
intro.tex
io_conventions.tex
iterators_and_circulators.tex
java_demos.tex
kernels.tex
kl.C Initial revision 2001-02-02 14:46:20 +00:00
main.tex
makefile Initial revision 2001-02-02 14:46:20 +00:00
manual_index.html Initial revision 2001-02-02 14:46:20 +00:00
memory_management.tex
namespaces.tex
objects.tex
overall_design.tex
philosophy.tex
poi.C Initial revision 2001-02-02 14:46:20 +00:00
portability.tex
req_and_rec.tex Initial revision 2001-02-02 14:46:20 +00:00
robustness.tex
specification.tex
submission_process.tex
testing.tex
title.html Initial revision 2001-02-02 14:46:20 +00:00
title.tex
title_wrap.tex Initial revision 2001-02-02 14:46:20 +00:00
tools.tex
traits_classes.tex
wrapper.tex

README

To create a new version of the manual, you must at least do the following 
editing:
 in 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 ps_doc
  make html_doc

Then, if necessary, edit the makefile to change the installation directory
and install the manual using:
  make install