cgal/Packages/Developers_manual
Sylvain Pion dfe16decbb - Remove reference to obsolete Compute_y_at_x_2. 2003-12-01 11:05:09 +00:00
..
html
pictures
Allocator.tex
README
addresses.tex
checks.tex
code_format.tex - Remove reference to obsolete Compute_y_at_x_2. 2003-12-01 11:05:09 +00:00
code_format_internal.tex typo Saarbrucken -> Saarbruecken 2003-10-21 12:26:15 +00:00
cvs.tex
debugging.tex
developers.bib remove reference because it clashes with geombib 2003-09-11 08:38:50 +00:00
directory_structure.tex - Remove mention of deprecated_basic manual, it's not there anymore. 2003-09-18 10:36:44 +00:00
examples_and_demos.tex
frac.tex
handles.tex
index_see.tex
information_sources.tex
intro.tex
io_conventions.tex
iterators_and_circulators.tex update to 3.0 2003-09-11 08:33:40 +00:00
kernels.tex
kl.C
main.tex
makefile update to 3.0 2003-09-11 08:33:40 +00:00
manual_index.html
manual_organization.tex
memory_management.tex
misc_problems.tex
namespaces.tex clarify state of CGAL_NTS for 3.0 and mention future change 2003-09-11 12:07:11 +00:00
objects.tex
overall_design.tex
pdf_wrapper.tex update to 3.0 2003-09-11 08:33:40 +00:00
pdf_wrapper_ext.tex update to 3.0 2003-09-11 08:33:40 +00:00
philosophy.tex
poi.C
portability.tex - Remove mentions of CLN. 2003-09-18 13:01:33 +00:00
releases.tex update to 3.0 2003-09-11 08:33:40 +00:00
req_and_rec.tex
robustness.tex
specification.tex - Remove mention of deprecated_basic manual, it's not there anymore. 2003-09-18 10:36:44 +00:00
submission_process.tex update editorial commitee 2003-09-11 08:26:21 +00:00
testing.tex
title.html update for 3.0 2003-09-11 08:49:14 +00:00
title.tex
title_wrap.tex
tools.tex
traits_classes.tex
web_documents.tex I found it !!! 2003-09-11 08:53:04 +00:00
web_site.tex
wrapper.tex update to 3.0 2003-09-11 08:33:40 +00:00
wrapper_ext.tex update to 3.0 2003-09-11 08:33:40 +00:00

README

To create a new version of the manual, you must at least do the following 
editing:
 in wrapper.tex, pdf_wrapper.tex, ext_wrapper.tex, and ext_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

For internal release, change release num in 
   web_pages/Members/DManual/doc_panel.html
(should probably be a part of this package, but...)