cgal/Manual_tools
Laurent Saboret cb7532d93f Version 1.0.3: Fixed declaration of templated methods 2008-09-30 14:33:42 +00:00
..
aspell Add some notes. 2007-04-17 18:08:58 +00:00
doc_ps add precompiled manuals for those who need 2006-03-01 16:13:57 +00:00
doc_tex empty commit (mistake) 2008-08-07 12:11:28 +00:00
example manual cleanup: 2006-08-07 16:43:09 +00:00
image_makers 2006-03-03 17:20:20 +00:00
package_info/Manual_tools manual tools have no maintainer any more 2008-04-30 11:29:50 +00:00
scripts Version 1.0.3: Fixed declaration of templated methods 2008-09-30 14:33:42 +00:00
src Added #include <stdlib.h> to make it compile on a gcc 4.3 system. 2008-08-22 19:40:47 +00:00
sty ccPkgDemo: 2007-05-04 14:05:18 +00:00
test/Manual_tools Removed *unmodified* auto-generated CMakeLists.txt (now created by create_internal_release) 2008-05-05 14:01:55 +00:00
CHANGES Move packages to trunk root 2006-02-14 08:58:16 +00:00
INSTALLATION copied note about flex into top level installation file 2006-03-14 15:29:45 +00:00
README better installation procedure 2006-03-01 20:05:41 +00:00
TO_DO bug fix + feature request 2008-04-30 11:39:20 +00:00
install.config revert r30322 for install.config 2006-04-16 22:46:28 +00:00
install.sh * bugfix: put long parameter lists on seperate lines, also for operators 2007-02-20 22:12:23 +00:00
release_procedure Move packages to trunk root 2006-02-14 08:58:16 +00:00

README

README for the Specification and Manual Writing Tools
       for C++ Reference Manuals
=========================================================
01.09.2005   Saarbruecken Andreas Meyer ameyer@mpi-inf.mpg.de
24.08.1999   Zurich       Lutz Kettner  kettner@acm.org
29.09.1999   Saarbruecken Susan Hert    hert@mpi-sb.mpg.de

This is the parent directory containing the cc_manual.sty and 
related tools used for writing C++ Reference Manuals. 
The directory structure is:

    README        this file.
    CHANGES       revision history
    INSTALLATION  how to install the style and the tools.

    doc_tex/      the reference manual.
    doc_ps/       precompiled version of the reference manuals.
    example/      an example of the (new) C++ reference pages.
    sty/          the LaTeX style files and a test document.

    scripts/      scripts around manual writing 
    src/          src for the extraction and checking tools.


Copyright (c) 1996,1997,1998,1999,2000,2001
Lutz Kettner, Susan Hert

Permission to use, copy, and distribute this software and its
documentation for non-comercial purpose is hereby granted without fee,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation.  I make no representations about the
suitability of this software for any purpose.  It is provided "as is"
without express or implied warranty.

EOF