summaryrefslogtreecommitdiffstats
path: root/Modules/CPackRPM.cmake
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2018-05-12 01:28:50 (GMT)
committerCraig Scott <craig.scott@crascit.com>2018-05-12 01:31:25 (GMT)
commit2ae2f0ca983c52300a8d0583083756371cbeac5e (patch)
tree2ba842e4742e690b0cc1625315cc4e188672cec7 /Modules/CPackRPM.cmake
parentc9e995c9efdaa462ac2649f1c1ff4e511db7fcf5 (diff)
downloadCMake-2ae2f0ca983c52300a8d0583083756371cbeac5e.zip
CMake-2ae2f0ca983c52300a8d0583083756371cbeac5e.tar.gz
CMake-2ae2f0ca983c52300a8d0583083756371cbeac5e.tar.bz2
CPackRPM: Minor formatting cleanup
Diffstat (limited to 'Modules/CPackRPM.cmake')
-rw-r--r--Modules/CPackRPM.cmake10
1 files changed, 5 insertions, 5 deletions
diff --git a/Modules/CPackRPM.cmake b/Modules/CPackRPM.cmake
index 8d8eab3..305af3c 100644
--- a/Modules/CPackRPM.cmake
+++ b/Modules/CPackRPM.cmake
@@ -877,9 +877,9 @@
# variable while usually using :variable:`CPACK_INSTALLED_DIRECTORIES` variable
# to provide directory containing CMakeLists.txt and source files.
#
-# For CMake projects SRPM package would be product by executing:
+# For CMake projects SRPM package would be produced by executing::
#
-# ``cpack -G RPM --config ./CPackSourceConfig.cmake``
+# cpack -G RPM --config ./CPackSourceConfig.cmake
#
# .. note::
#
@@ -892,10 +892,10 @@
#
# Once the SRPM package is generated it can be used to generate binary packages
# by creating a directory structure for rpm generation and executing rpmbuild
-# tool:
+# tool::
#
-# ``mkdir -p build_dir/{BUILD,BUILDROOT,RPMS,SOURCES,SPECS,SRPMS}``
-# ``rpmbuild --define "_topdir <path_to_build_dir>" --rebuild <SRPM_file_name>``
+# mkdir -p build_dir/{BUILD,BUILDROOT,RPMS,SOURCES,SPECS,SRPMS}
+# rpmbuild --define "_topdir <path_to_build_dir>" --rebuild <SRPM_file_name>
#
# Generated packages will be located in build_dir/RPMS directory or its sub
# directories.