cgal/Manual_tools
Laurent Rineau 02c7057eab partially revert the following commit
| commit b73fbeb3b7
  | Merge: 619a69f f22cbb5
  | Author: Jane Tournois <Jane.Tournois@sophia.inria.fr>
  | Date:   Mon Aug 20 15:52:37 2012 +0000
  |
  |     merge from next
  |
  | Notes:
  |     r71385 branches/features/Mesh_3-improvements-GF

The merge is not reverted, but the following extra patch is reverted:
  | --- a/Manual_tools/install.config
  | +++ b/Manual_tools/install.config
  | @@@ -1,7 -1,7 +1,5 @@@
  |   # feel free to edit the paths as you like
  | --
  | --export LATEX_CONV_BIN=$HOME/local/bin
  | --
  | --MANUAL_TOOLS_PREFIX=$HOME/local/Manual_tools
  | ++export LATEX_CONV_BIN=$CGAL_MISC/manual/bin
  | ++MANUAL_TOOLS_PREFIX=$CGAL_MISC/manual
  |   export LATEX_CONV_CONFIG=$MANUAL_TOOLS_PREFIX/latex_conv_config
  |   export STYLE_FILES=$MANUAL_TOOLS_PREFIX/sty
2013-06-21 17:22:00 +02:00
..
aspell Dictionnary updates. 2009-11-02 11:03:37 +00:00
doc_ps
doc_tex Various things related to QPL->GPL in the manuals 2012-01-13 17:22:17 +00:00
example Try to fix compiler error for g++-3.4 2011-05-12 14:02:58 +00:00
image_makers
package_info/Manual_tools remove executable property from copyright files 2011-10-03 08:18:16 +00:00
scripts Fix scripts/index_fix, so that it works also on LaTeX document with 2010-08-31 23:49:26 +00:00
src Commit files generated by ./makebiblio 2012-11-23 17:55:47 +01:00
sty Quick and dirty fix: remove the RCSdef* macros 2012-11-27 09:48:54 +01: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
INSTALLATION copied note about flex into top level installation file 2006-03-14 15:29:45 +00:00
README
TO_DO bug fix + feature request 2008-04-30 11:39:20 +00:00
dont_submit Remove cc_manual from the manual testsuite 2012-05-14 12:24:59 +00:00
install.config partially revert the following commit 2013-06-21 17:22:00 +02:00
install.sh Support for directory names with spaces 2011-06-23 16:01:31 +00:00
release_procedure

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