--- rstudio-0.98.1062-orig/src/cpp/session/CMakeLists.txt 2014-09-18 06:23:02.000000000 +1000 +++ rstudio-0.98.1062/src/cpp/session/CMakeLists.txt 2014-09-20 21:08:06.407779264 +1000 @@ -25,9 +25,6 @@ if(NOT EXISTS "${RSTUDIO_DEPENDENCIES_DIR}/common/mathjax-23") message(FATAL_ERROR "Mathjax 2.3 not found (re-run install-dependencies script to install)") endif() -if(NOT EXISTS "${RSTUDIO_DEPENDENCIES_DIR}/common/pandoc") - message(FATAL_ERROR "pandoc not found (re-run install-dependencies script to install)") -endif() if(NOT EXISTS "${RSTUDIO_DEPENDENCIES_DIR}/common/rmarkdown") message(FATAL_ERROR "rmarkdown package not found (re-run install-dependencies script to install)") endif() @@ -339,12 +336,6 @@ install(DIRECTORY "${RSTUDIO_DEPENDENCIES_DIR}/common/mathjax-23" DESTINATION "${RSTUDIO_INSTALL_SUPPORTING}/resources") - # install pandoc - set(PANDOC_BIN "${RSTUDIO_DEPENDENCIES_DIR}/common/pandoc/1.12.4.2") - file(GLOB PANDOC_FILES "${PANDOC_BIN}/pandoc*") - install(PROGRAMS ${PANDOC_FILES} - DESTINATION ${RSTUDIO_INSTALL_BIN}/pandoc) - # install rmarkdown package file(GLOB RMARKDOWN_PACKAGE "${RSTUDIO_DEPENDENCIES_DIR}/common/rmarkdown*.tar.gz") install(FILES ${RMARKDOWN_PACKAGE}