X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0c13871d73e933c1847faf8debea7b7745a3ff44..3f1a266aa7b89e90628c41a58885f04ffa35db30:/doc/doxygen/inside_doxygen.doc diff --git a/doc/doxygen/inside_doxygen.doc b/doc/doxygen/inside_doxygen.doc index a120f17e58..f5990353d6 100644 --- a/doc/doxygen/inside_doxygen.doc +++ b/doc/doxygen/inside_doxygen.doc @@ -181,7 +181,7 @@ complete your day. If you need to run a command (like fig2dev) to generate your image, edit buildtools/Cmake/GenerateDoc.cmake and add your command to the -simgrid_documentation target (grep for fig2dev in the file to see +doc target (grep for fig2dev in the file to see where exactly). Don't forget to add the source of your image to the archive somehow. You can add it to the list DOC_FIG of buildtools/Cmake/DefinePackage.cmake. @@ -210,7 +210,7 @@ Once you've changed the doc, you want to run doxygen to regenerate the html output (and maybe the pdf too). Here is how to do this: @verbatim -make simgrid_documentation # html documentation +make doc # html documentation make pdf # the result is in doc/latex/simgrid_documentation.pdf @endverbatim