aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Bernhard M. Wiedemann <bernhard+hgcommit@lsmod.de>2019-02-27 11:09:00 +0100
committerGravatar Bernhard M. Wiedemann <bernhard+hgcommit@lsmod.de>2019-02-27 11:09:00 +0100
commitb071672e78e6b7170e10bd658696505ae1215568 (patch)
treeee564a40ecff85544cf988e889982b4521b95f52 /doc
parentcf4a1c81fa27ae94634ba7e86da06d6849ebc474 (diff)
Do not keep latex logs
to make package builds more reproducible. See https://reproducible-builds.org/ for why this is good.
Diffstat (limited to 'doc')
-rw-r--r--doc/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index aa36d7891..f344ae572 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -106,7 +106,7 @@ add_custom_target(doc ALL
COMMAND doxygen Doxyfile-unsupported
COMMAND ${CMAKE_COMMAND} -E copy ${Eigen_BINARY_DIR}/doc/html/group__TopicUnalignedArrayAssert.html ${Eigen_BINARY_DIR}/doc/html/TopicUnalignedArrayAssert.html
COMMAND ${CMAKE_COMMAND} -E rename html eigen-doc
- COMMAND ${CMAKE_COMMAND} -E remove eigen-doc/eigen-doc.tgz
+ COMMAND ${CMAKE_COMMAND} -E remove eigen-doc/eigen-doc.tgz eigen-doc/unsupported/_formulas.log eigen-doc/_formulas.log
COMMAND ${CMAKE_COMMAND} -E tar cfz eigen-doc.tgz eigen-doc
COMMAND ${CMAKE_COMMAND} -E rename eigen-doc.tgz eigen-doc/eigen-doc.tgz
COMMAND ${CMAKE_COMMAND} -E rename eigen-doc html