diff --git a/BGL/doc_tex/BGL/PkgDescription.tex b/BGL/doc_tex/BGL/PkgDescription.tex index b97d14d3d1c..5695b9057ab 100644 --- a/BGL/doc_tex/BGL/PkgDescription.tex +++ b/BGL/doc_tex/BGL/PkgDescription.tex @@ -1,7 +1,14 @@ \begin{ccPkgDescription}{CGAL and the Boost Graph Library\label{Pkg:BGL}} \ccPkgHowToCiteCgal{cgal:fcw-cbgl-06} -\ccPkgSummary{This package provides a framework for interfacing \cgal\ data structures with the algorithms of the {\sc BGL}. -Furthermore, it introduces a new graph concept, the \ccc{HalfedgeEdgeGraph}.} + +\ccPkgSummary{This package provides a framework for interfacing \cgal\ +data structures with the algorithms of the {\sc BGL}. It allows to run +graph algorithms directly on \cgal\ data structures which are +model of the {\sc BGL} graph concepts. +Furthermore, it introduces a +new graph concept, the \ccc{HalfedgeEdgeGraph}. This concept describes +graphs which are embedded on surfaces.} + \ccPkgIntroducedInCGAL{3.4} \ccPkgLicense{\ccLicenseQPL} \end{ccPkgDescription} diff --git a/BGL/examples/BGL_triangulation_2/makefile b/BGL/examples/BGL_triangulation_2/makefile index 8d61f0f069c..8e06f661e80 100644 --- a/BGL/examples/BGL_triangulation_2/makefile +++ b/BGL/examples/BGL_triangulation_2/makefile @@ -6,7 +6,7 @@ #---------------------------------------------------------------------# # Choose the right include file from the /make directory. -# CGAL_MAKEFILE = ENTER_YOUR_INCLUDE_MAKEFILE_HERE +CGAL_MAKEFILE = /cygdrive/c/cgal/CGAL-3.3-I-148/make/makefile_i686_CYGWINNT-5.1_CL.EXE-1310 include $(CGAL_MAKEFILE) #---------------------------------------------------------------------#