Fixup some docs to make them manpage friendly.

Patch manpage_friendly_docs.diff.

Signed-off-by: Modestas Vainius <modestas@vainius.eu>
ci/unstable
Modestas Vainius 16 years ago
parent 7c059fd175
commit 4a17e859f2

4
debian/changelog vendored

@ -14,8 +14,10 @@ cmake (2.6.3-1) experimental; urgency=low
* Call dh_desktop in the binary targets (fixes lintian warning).
* Install cmake-gui docs to the cmake-qt-gui package.
* Enable binary-indep target.
* Add manpage_friendly_docs.diff patch to make some bits of documentation
manpage friendly (eliminate warnings).
-- Modestas Vainius <modestas@vainius.eu> Mon, 23 Feb 2009 22:35:37 +0200
-- Modestas Vainius <modestas@vainius.eu> Tue, 24 Feb 2009 00:11:01 +0200
cmake (2.6.2-4) unstable; urgency=low

@ -0,0 +1,26 @@
diff --git a/Modules/FindBoost.cmake b/Modules/FindBoost.cmake
index 518f8a8..b64d9cd 100644
--- a/Modules/FindBoost.cmake
+++ b/Modules/FindBoost.cmake
@@ -66,7 +66,7 @@
#
# SET(Boost_ADDITIONAL_VERSIONS "0.99" "0.99.0" "1.78" "1.78.0")
#
-# ============================================================================
+# ===================================== ============= ========================
#
# Variables used by this module, they can change the default behaviour and need to be set
# before calling find_package:
diff --git a/Modules/FindRTI.cmake b/Modules/FindRTI.cmake
index 3bfa72d..f20a744 100644
--- a/Modules/FindRTI.cmake
+++ b/Modules/FindRTI.cmake
@@ -5,7 +5,7 @@
# RTI is a simulation infrastructure standartized by IEEE and SISO. It has a
# well defined C++ API that assures that simulation applications are
# independent on a particular RTI implementation.
-# http://en.wikipedia.org/wiki/Run-Time_Infrastructure_(simulation)
+# http://en.wikipedia.org/wiki/Run-Time_Infrastructure_(simulation)
#
# This code sets the following variables:
# RTI_INCLUDE_DIR = the directory where RTI includes file are found

@ -6,3 +6,4 @@ executables-dont-need-fpic.diff
reinstate-arm.diff
relative_path_fixes2.diff
FindQt4_qt4_lupdate_lrelease.diff
manpage_friendly_docs.diff

Loading…
Cancel
Save