Commit Graph

584 Commits

Author SHA1 Message Date
Laurent Rineau 621bea5579 Fix bibtex2html with TexLive
See the question:
  http://tex.stackexchange.com/q/37822/47086
where the answer "openout_any=a pdflatex file" was given.
2014-02-28 17:12:27 +01:00
Laurent Rineau eb72332c92 Handle errors of makebiblio, in the cmake script 2014-02-28 17:12:10 +01:00
Laurent Rineau cc4712d360 Turn messages to WARNING 2014-02-28 17:11:46 +01:00
Laurent Rineau 16a9178d7a Quiet bibtex2html 2014-02-28 17:11:10 +01:00
Laurent Rineau 8de7596d1d Make makebiblio fail on errors of sub-commands 2014-02-28 17:10:24 +01:00
Sébastien Loriot 553547c8eb doc postprocessing bug fix: update <title></title> of concept classes 2014-02-27 08:05:32 +01:00
Sébastien Loriot 95aa50d5e5 decouple the generation/reading of tag files to avoid issue in parallel build
We give to doxygen two different directories for writing and reading
  tag files. An additional target is taking care of copying the tag files.
  In order to keep the PKG_doc target, I needed to duplicate the
  generation commands (since the subtargets added are needed to have a
  correct dependancy handling for the doc target).
2014-02-19 11:46:27 +01:00
Sébastien Loriot 74367ba164 fix incorrect use of DEPENDS in add_custom_target 2014-02-19 11:46:03 +01:00
Sébastien Loriot 0592f2abca update path for windows compatibility 2014-02-12 08:46:37 +01:00
Sébastien Loriot 9c88f54de2 only replace a link to a fig if it was collected 2014-02-11 17:36:23 +01:00
Sébastien Loriot 3eb177cab4 portable overwrite of files
On windows os.rename cannot overwrite an existing file, it must be removed first
2014-02-11 17:19:03 +01:00
Sébastien Loriot 9114db9085 restore figure source files removed in 0fa2cacb
| commit 0fa2cacb60
  | Author: Sébastien Loriot <sebastien.loriot@cgal.org>
  | Date:   Tue Dec 3 17:27:02 2013 +0100
  |
  |     remove doc_tex documentation (including developer manual) and old manual tools
2014-02-10 14:54:23 +01:00
Sébastien Loriot 5b9c0343ce remove duplicated id for package and add a default one
doc bugfix
2014-01-27 08:22:55 +01:00
Sébastien Loriot a72ee0c2a0 Merge branch 'Surface_mesh_segmentation-sloriot'
Introduces the Triangulated Surface Mesh Segmentation Package
See also wiki/Features/Surface_mesh_segmentation
Tested in 4.4-Ic-84

Approved by the release manager

Conflicts:
	Documentation/biblio/how_to_cite.html
	Documentation/biblio/manual-4.3.bib
	Manual/doc_tex/Manual/geom.bib
2014-01-10 00:15:18 +01:00
Sébastien Loriot 0d550585ad update logo 2013-12-11 07:29:12 +01:00
Sébastien Loriot a5ad82916b update the cgalPkgDemo macro to use the CGAL version 2013-12-06 12:29:11 +01:00
Sébastien Loriot 79a294e689 remove extra % 2013-12-06 12:04:30 +01:00
Sébastien Loriot 46265569e2 request sh instead of bash for the bibtex generation 2013-12-06 12:03:49 +01:00
Sébastien Loriot 4fb79eedd7 handle bibtex generation on non linux/unix system
it uses a default when it is not possible to generate it
2013-12-06 09:11:01 +01:00
Sébastien Loriot 52cbc39a3c Make cmake generate the bibtex files for the doxygen manual
WIP working only on Linux/Unix and with cmake >= 2.8.11
2013-12-05 22:57:30 +01:00
Sébastien Loriot f3899f9f36 update installation manual to use cgalReleaseNumber 2013-12-05 13:31:56 +01:00
Sébastien Loriot 6d3b7d5b9f add the doxygen macro cgalReleaseNumber in the Documentation package doc 2013-12-05 13:30:33 +01:00
Sébastien Loriot 139d3aa365 clean up developer manual
*rename developer manual chapter anchors
*linking issues
*update html links
2013-12-05 12:29:25 +01:00
Sébastien Loriot 25234d5578 reorder dependancy 2013-12-05 11:46:28 +01:00
Sébastien Loriot 961a7644a0 rename doc targets consistently 2013-12-05 11:24:30 +01:00
Sébastien Loriot ed40c09acf Merge remote-tracking branch 'origin/Documentation-improvement-lrineau'
change the target to build the documentation to doc,
Documentation_doc now builds the doc in Documentation package
2013-12-05 11:16:09 +01:00
Sébastien Loriot c1c29b2353 handle figure numbering for the developer manual 2013-12-05 09:36:51 +01:00
Philipp Möller 032c6e428a Add the developer manual to the Manual 2013-12-03 17:17:43 +01:00
Dror Atariah 0d4340d7c3 Merge branch 'Aos_2-polyline_upgrade-fub-old' into Aos_2-polyline_upgrade-fub 2013-11-10 09:51:05 +01:00
Sébastien Loriot ecce128af5 Merge branch 'Documentation-add_missing_dll_link-GF'
Add a link to the common dll for all demos

Tested in CGAL-4.4-Ic-15
Approved by the release manager
2013-11-04 11:19:50 +01:00
Dror Atariah fff5b7bc1a Merge branch 'Aos_2-polyline_upgrade-fub-old' into Aos_2-polyline_upgrade-fub 2013-10-26 16:02:04 +02:00
Guillaume Damiand cff2fa8d3a Merge branch 'Doxygen_cgalModif-gdamiand'
Add two macro used to mark modified text; this is usefull to simplify reviewing process.

Approved by the release manager.
2013-10-24 19:49:38 +02:00
Sébastien Loriot 4578828057 update dll path 2013-10-22 14:12:35 +02:00
Sébastien Loriot 979306eb93 add a link to common demo dlls and update demo macro to avoid repeating Demo 2013-10-22 12:16:48 +02:00
Efi Fogel 564a6c794d Synchronized with a recent version of master 2013-10-22 10:00:18 +03:00
Sébastien Loriot 700cfba92f doxygen does not like reference ending with - 2013-10-18 15:23:02 -07:00
Laurent Rineau 58fa1c6302 The Doxygen testsuite now uses a local MathJax 2013-10-15 17:29:38 +02:00
Laurent Rineau 1610b30c68 Fix the error reporting of the automatic Doxygen testsuite 2013-10-15 15:54:36 +02:00
Guillaume Damiand b79abf33b5 Rename CGALModif by CGALModification and modif by Modification 2013-10-04 10:50:59 +02:00
Guillaume Damiand 0dcc89e7e6 Reset Documentation/stylesheet.css. 2013-10-04 10:47:05 +02:00
Guillaume Damiand c24852f8e3 Remove , 2013-10-04 09:20:25 +02:00
Guillaume Damiand 44896e3754 Add the two macro and the css style 2013-10-04 08:55:50 +02:00
Clement Jamin 768f59e65c Merge branch 'concurrency_in_cgal-doc-cjamin'
Adds documentation about TBB in the Installation manual, according to this
feature:
https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Concurrency_in_CGAL
Approved by the release manager
2013-09-24 17:28:41 +02:00
Sébastien Loriot 2dcd7242a2 doc bugfix: when releasing the doc, do not generate the bug list 2013-09-23 08:34:20 +02:00
Clement Jamin 741c014831 Fix syntax in documentation 2013-09-10 10:39:45 +02:00
Clement Jamin 85b078de9e Doc fix for TBB 2013-09-09 16:39:52 +02:00
Clement Jamin 045f14cb81 Merge branch 'concurrency_in_cgal-doc-cjamin-old' into concurrency_in_cgal-doc-cjamin 2013-09-09 14:10:54 +01:00
Clement Jamin c175935cd9 Fix the creation of pkglist_filter on Windows
This file must contain bash code, not batch code
Approved by the Release Manager
2013-09-06 15:22:39 +02:00
Clement Jamin 9384588dda Create pkglist_filter.bat (for MSVC) + fix its content to make it silent
Some messages were polluting the output of the filter.
Approved by the Release Manager
2013-09-05 14:10:29 +02:00
Sébastien Loriot b6640a9d3c Merge branch 'gsoc2012-segmentation-iyaz-old' into gsoc2012-segmentation-iyaz 2013-09-04 08:05:28 +02:00