From b6715098e1c4131e324896b62cafcbf47bdef5d6 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Wed, 7 Jun 2017 03:03:29 -0400 Subject: [PATCH] Manual: move to section 8, minor polishing --- CMakeLists.txt | 7 +++++++ man/{calamares.1 => calamares.8} | 16 ++++++++++++---- 2 files changed, 19 insertions(+), 4 deletions(-) rename man/{calamares.1 => calamares.8} (57%) diff --git a/CMakeLists.txt b/CMakeLists.txt index 128e9e3c1..ed0c5aab7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -256,6 +256,13 @@ install( ${CMAKE_INSTALL_DATADIR}/applications ) +install( + FILES + man/calamares.8 + DESTINATION + ${CMAKE_INSTALL_MANDIR}/man8/ +) + # uninstall target configure_file( "${CMAKE_CURRENT_SOURCE_DIR}/cmake_uninstall.cmake.in" diff --git a/man/calamares.1 b/man/calamares.8 similarity index 57% rename from man/calamares.1 rename to man/calamares.8 index 87ade04e3..028e616d1 100644 --- a/man/calamares.1 +++ b/man/calamares.8 @@ -1,4 +1,4 @@ -.TH CALAMARES "1" +.TH CALAMARES "8" .SH NAME calamares \- distribution-independent system installer .SH SYNOPSIS @@ -6,7 +6,13 @@ calamares \- distribution-independent system installer [\fI\,options\/\fR] .SH DESCRIPTION .B calamares -is a distribution-independent system installer, with an advanced partitioning feature for both manual and automated partitioning operations. It is the first installer with an automated “Replace Partition” option, which makes it easy to reuse a partition over and over for distribution testing. Calamares is designed to be customizable by distribution maintainers without need for cumbersome patching, thanks to third party branding and external modules support. +is a distribution-independent system installer, with an advanced partitioning +feature for both manual and automated partitioning operations. It is the +first installer with an automated “Replace Partition” option, which makes it +easy to reuse a partition over and over for distribution testing. Calamares is +designed to be customizable by distribution maintainers without need for +cumbersome patching, thanks to third party branding and external modules +support. .SH OPTIONS .TP \fB\-h\fR, \fB\-\-help\fR @@ -25,9 +31,11 @@ The .B calamares website: https://calamares.io .SH "BUGS" -Please report any bugs to https://calamares.io/bugs +Please report any bugs to https://calamares.io/issues .SH AUTHORS .B calamares -is written by Teo Mrnjavac +is written by Teo Mrnjavac , +Adriaan de Groot and +an international group of contributors. .LP This man page is written by Jonathan Carter