summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTroy D. Straszheim <troy@resophonic.com>2009-10-17 02:07:38 +0000
committerTroy D. Straszheim <troy@resophonic.com>2009-10-17 02:07:38 +0000
commit6d3aece1f225ec779606abc5a055973f418c7081 (patch)
tree738bec704db62769b48731abff3d088ceace3c22 /doc
parent79106ee99a36ef695e94c6a226d9b1ac51ac311d (diff)
downloadboost-6d3aece1f225ec779606abc5a055973f418c7081.tar.gz
rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back
[SVN r56942]
Diffstat (limited to 'doc')
-rw-r--r--doc/CMakeLists.txt9
-rw-r--r--doc/src/CMakeLists.txt19
2 files changed, 0 insertions, 28 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
deleted file mode 100644
index 2f40bc0064..0000000000
--- a/doc/CMakeLists.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-#
-# Copyright Troy D. Straszheim
-#
-# Distributed under the Boost Software License, Version 1.0.
-# See http://www.boost.org/LICENSE_1_0.txt
-#
-if (BUILD_DOCUMENTATION)
- add_subdirectory(src)
-endif ()
diff --git a/doc/src/CMakeLists.txt b/doc/src/CMakeLists.txt
deleted file mode 100644
index 45de2eb7d7..0000000000
--- a/doc/src/CMakeLists.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-#
-# Copyright Troy D. Straszheim
-#
-# Distributed under the Boost Software License, Version 1.0.
-# See http://www.boost.org/LICENSE_1_0.txt
-#
-if (BUILD_DOCUMENTATION_HTML)
- # Install style sheets and the main Boost logo
- install(FILES boostbook.css docutils.css reference.css ../../boost.png
- DESTINATION share/boost-${BOOST_VERSION}/html)
-
- # Install images
- install(DIRECTORY images
- DESTINATION share/boost-${BOOST_VERSION}/html
- COMPONENT Core
- PATTERN "CVS" EXCLUDE
- PATTERN ".svn" EXCLUDE)
-endif ()
-