Remove latex commands from cmakelists.txt

This commit is contained in:
Rich Mattes 2015-01-31 12:50:13 -05:00
parent 7affbaa2fd
commit 71983b52c3
2 changed files with 16 additions and 2 deletions

View File

@ -1,6 +1,19 @@
diff -up ./doc/CMakeLists.txt.latex ./doc/CMakeLists.txt
--- ./doc/CMakeLists.txt.latex 2015-01-31 12:49:05.006191779 -0500
+++ ./doc/CMakeLists.txt 2015-01-31 12:49:20.322782756 -0500
@@ -13,9 +13,6 @@ if (DOXYGEN_FOUND)
${CMAKE_BINARY_DIR}/doxygen/html
COMMAND cp ${CMAKE_SOURCE_DIR}/doc/search.js
${CMAKE_BINARY_DIR}/doxygen/html/search
- COMMAND make -C ${CMAKE_BINARY_DIR}/doxygen/latex
- COMMAND mv ${CMAKE_BINARY_DIR}/doxygen/latex/refman.pdf
- ${CMAKE_BINARY_DIR}/doxygen/latex/sdf-${SDF_VERSION_FULL}.pdf
COMMENT "Generating API documentation with Doxygen" VERBATIM)
endif()
diff -up ./doc/sdf.in.latex ./doc/sdf.in
--- ./doc/sdf.in.latex 2015-01-31 12:33:40.511547889 -0500
+++ ./doc/sdf.in 2015-01-31 12:33:56.970334851 -0500
--- ./doc/sdf.in.latex 2015-01-31 12:51:34.554962874 -0500
+++ ./doc/sdf.in 2015-01-31 12:51:43.026289868 -0500
@@ -1234,7 +1234,7 @@ SERVER_BASED_SEARCH = NO
# If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
# generate Latex output.

View File

@ -59,6 +59,7 @@ The %{name}-doc package contains development documentation for
%patch0 -p0 -b .urdfdom
%patch1 -p0 -b .gtest
%patch2 -p1 -b .urdf3
%patch3 -p0 -b .latex
# Remove bundled urdf components
rm -rf src/urdf
rm -rf test/gtest