cgal/Packages/Developers_manual
Lutz Kettner 2310ea9f96 Fixed Ansi C++ citation. 2004-03-22 15:15:23 +00:00
..
html
pictures
Allocator.tex
README
addresses.tex various obvious updates 2004-02-13 17:59:19 +00:00
changes.txt - Updates to Radu's change. 2004-03-09 10:10:44 +00:00
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 various obvious updates 2004-02-13 17:59:19 +00:00
debugging.tex
developers.bib remove reference because it clashes with geombib 2003-09-11 08:38:50 +00:00
directory_structure.tex remove section about bug-fix submission which is outdated and anyway has never been used and will never be used 2004-02-13 17:39:33 +00:00
examples_and_demos.tex
handles.tex
index_see.tex
information_sources.tex
intro.tex
io_conventions.tex
iterators_and_circulators.tex - Remove obsolete mentions of CGAL_DEFINE_ITERATOR_TRAITS_POINTER_SPEC. 2004-01-18 14:53:45 +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 Fixed Ansi C++ citation. 2004-03-22 15:15:23 +00:00
releases.tex Some updates 2004-03-09 10:24:11 +00:00
req_and_rec.tex
robustness.tex
specification.tex - Get rid of cgal_submit and cgal-submit@... 2004-02-13 18:06:06 +00:00
submission_process.tex many updates 2004-02-13 19:03:07 +00:00
testing.tex many updates 2004-02-13 19:03:07 +00:00
title.html Fixed year for the release 3.0 to 2003. 2004-01-06 19:11:23 +00:00
title.tex
title_wrap.tex
tools.tex documented CONSOLE_OUTPUT in autotest_cgal 2004-03-12 16:19:49 +00:00
traits_classes.tex
web_documents.tex many updates 2004-02-13 19:03:07 +00:00
web_site.tex New scheme of maintaining the web pages in the CVS Package Web_pages. 2004-01-06 19:11:05 +00:00
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...)