cgal/Old_Packages/C2
Mariette Yvinec 41a8552a0a *** empty log message *** 2000-02-25 10:38:29 +00:00
..
include/CGAL fixed the code of 2000-02-18 13:17:43 +00:00
test/Kernel
Makefile add yvinec in the mailind dest 2000-02-08 11:16:02 +00:00
README
changes.txt *** empty log message *** 2000-02-25 10:38:29 +00:00
check_headers.pl Changed location of perl for INRIA. [Herv�] 1999-11-22 12:40:27 +00:00
description.txt
long_description.txt
version *** empty log message *** 2000-02-25 10:38:29 +00:00

README

RULES FOR CORRECT USE OF THIS PACKAGE

CVS Maintainer: Herve Bronnimann (hbronni@sophia.inria.fr)
CVS Write-access: herve, geert-jan, sylvain, stefan

IMPORTANT FILES:
* changes.txt: records a succinct description of the changes between
  releases. Put the latest (non submitted) changes at the top under no
  release numbers.
  Please, anytime you add something, modify this file (with your
  name between brackets, see Sylvain's entries).
* include/CGAL/* : the source files. There is no web/ subdirectory.
  Please therefore comment the source code appropriately.
* Makefile : has some nice targets for releasing the packages. You must
  use gmake.
* version: can be changed easily by "make VERSION=3.X.Y version"

COMMON COMMANDS:

cvs update : before starting your work (make sure you have the latest)

{vim,emacs,ed,...} include/CGAL/Cartesian/* : modify the sources

make test : try to see if you still work. Try not to modify the
  local test-suite. The test makefile has been patched to include also
  the other Cartesian packages. For this to work, you must have
  Cartesian_basic, C2 and C3 in the same directory.

cvs commit : commit your changes. Always cvs update before just to make
  sure you'll have no conflict. As for the log file, I usually enter the
  line(s) that I added in changes.txt (it's a good check if you did
  modify that file...)

MAKING A RELEASE OF THE PACKAGE: (please ask herve first, or if he's away)

Try "make package" first. Then "make test". If it works, you might have
a good package. Note: sometimes, the change will only be good if you
submit both C2 *and* Cartesian_basic. Otherwise, you might break the
release.

Then please patch the makefile for your own target (like "make
submit-geert"). Currently "make submit" will only work on the INRIA
machines.

NOTES:
Please add your comments below, if you think something is wrong or misstated.

-