cgal/Packages/Developers_manual
Susan Hert 09dd414bae added div and gcd functions 2002-03-20 20:16:38 +00:00
..
html removed image files from obsolete Java demo chapter 2001-09-29 15:17:36 +00:00
pictures added source for reference_couting figure 2001-10-24 14:46:21 +00:00
Allocator.tex
README version number change for release 2.2.3 2001-11-02 10:20:46 +00:00
addresses.tex added div and gcd functions 2002-03-20 20:16:38 +00:00
checks.tex changed recommendation to a requirement 2001-11-02 10:04:01 +00:00
code_format.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 fixed typo 2001-11-29 09:45:40 +00:00
kernels.tex
kl.C
main.tex
makefile version number change for release 2.2.3 2001-11-02 10:20:46 +00:00
manual_index.html
manual_organization.tex
memory_management.tex
misc_problems.tex
namespaces.tex added div and gcd functions 2002-03-20 20:16:38 +00:00
objects.tex
overall_design.tex
pdf_wrapper.tex version number change for release 2.2.3 2001-11-02 10:20:46 +00:00
pdf_wrapper_ext.tex *** empty log message *** 2001-09-18 08:05:25 +00:00
philosophy.tex
poi.C
portability.tex added two new known bugs and workarounds 2001-11-02 10:03:15 +00:00
releases.tex
req_and_rec.tex
robustness.tex
specification.tex
submission_process.tex changed link to editorial board 2001-09-18 08:03:25 +00:00
testing.tex
title.html version number change for release 2.2.3 2001-11-02 10:20:46 +00:00
title.tex
title_wrap.tex
tools.tex
traits_classes.tex
web_site.tex
wrapper.tex version number change for release 2.2.3 2001-11-02 10:20:46 +00:00
wrapper_ext.tex update for release 2.2.1 2001-09-18 08:04:59 +00:00

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