Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Do not build html/msg-tuto-src.tg anymore
authorGabriel Corona <gabriel.corona@loria.fr>
Tue, 30 Jun 2015 07:18:59 +0000 (09:18 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Tue, 30 Jun 2015 07:20:40 +0000 (09:20 +0200)
This is not referenced anywhere. Those things are intended to go on
the website.

The tar is not reproducible by default (see
https://bugs.debian.org/789715) because it contains timestamps.  The
-n flags can be passed to gzip in order to omit the timestamps but
this option is not available in `cmake -E tar`. We would like to avoid
depending on tar+gzip because they are often not available on Windows
systems.

buildtools/Cmake/GenerateDoc.cmake

index 36fd526..1cbc2b9 100644 (file)
@@ -60,7 +60,6 @@ if(DOXYGEN_FOUND)
   ADD_CUSTOM_COMMAND(TARGET doc
     COMMAND ${FIG2DEV_PATH}/fig2dev -Lmap ${CMAKE_HOME_DIRECTORY}/doc/shared/fig/simgrid_modules.fig | perl -pe 's/imagemap/simgrid_modules/g'| perl -pe 's/<IMG/<IMG style=border:0px/g' | ${CMAKE_HOME_DIRECTORY}/tools/doxygen/fig2dev_postprocessor.pl > ${CMAKE_HOME_DIRECTORY}/doc/simgrid_modules.map
     COMMAND pwd
-    COMMAND ${CMAKE_COMMAND} -E tar czf html/msg-tuto-src.tgz msg-tuto-src/
     COMMAND ${CMAKE_COMMAND} -E echo "XX Run doxygen"
     COMMAND ${DOXYGEN_EXECUTABLE} Doxyfile
     COMMAND ${CMAKE_COMMAND} -E echo "XX Generate the index files"