Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1478951 Details for
Bug 1611264
Missing man page for evolution
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
proposed patch
evo.patch (text/plain), 3.74 KB, created by
Milan Crha
on 2018-08-27 13:19:42 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Milan Crha
Created:
2018-08-27 13:19:42 UTC
Size:
3.74 KB
patch
obsolete
>diff --git a/CMakeLists.txt b/CMakeLists.txt >index b74fb4f2d0..fc04ed8216 100644 >--- a/CMakeLists.txt >+++ b/CMakeLists.txt >@@ -126,6 +126,7 @@ add_printable_variable_path(LIBEXEC_INSTALL_DIR "Install directory for library e > add_printable_variable_path(SHARE_INSTALL_PREFIX "Install directory for shared files, defaults to CMAKE_INSTALL_PREFIX/share" "") > add_printable_variable_path(LOCALE_INSTALL_DIR "Install directory for locale files, defaults to SHARE_INSTALL_PREFIX/locale" "") > add_printable_variable_path(SYSCONF_INSTALL_DIR "Install directory for system configuration files, defaults to CMAKE_INSTALL_PREFIX/etc" "") >+add_printable_variable_path(MAN_INSTALL_DIR "Install directory for manual pages, defaults to SHARE_INSTALL_PREFIX/man" "") > > macro(ensure_default_value _var _defvalue) > if(${_var} STREQUAL "") >@@ -140,6 +141,7 @@ ensure_default_value(LIBEXEC_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/libexec") > ensure_default_value(SHARE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}/share") > ensure_default_value(LOCALE_INSTALL_DIR "${SHARE_INSTALL_PREFIX}/locale") > ensure_default_value(SYSCONF_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/etc") >+ensure_default_value(MAN_INSTALL_DIR "${SHARE_INSTALL_PREFIX}/man") > > # ****************************** > # Special directories >@@ -757,14 +759,11 @@ add_pkgconfig_file(evolution-mail.pc.in evolution-mail-${INTERFACE_VERSION}.pc) > add_pkgconfig_file(evolution-shell.pc.in evolution-shell-${INTERFACE_VERSION}.pc) > > add_subdirectory(data) >+add_subdirectory(docs) > add_subdirectory(po) > add_subdirectory(src) > add_subdirectory(tests) > >-if(ENABLE_GTK_DOC) >- add_subdirectory(docs) >-endif(ENABLE_GTK_DOC) >- > if(WITH_HELP) > add_subdirectory(help) > endif(WITH_HELP) >diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt >index 90bb2b5963..0bc0820cdd 100644 >--- a/docs/CMakeLists.txt >+++ b/docs/CMakeLists.txt >@@ -1 +1,7 @@ >-add_subdirectory(reference) >+install(FILES evolution.1 >+ DESTINATION ${MAN_INSTALL_DIR}/man1 >+) >+ >+if(ENABLE_GTK_DOC) >+ add_subdirectory(reference) >+endif(ENABLE_GTK_DOC) >diff --git a/docs/evolution.1 b/docs/evolution.1 >new file mode 100644 >index 0000000000..58e338a50b >--- /dev/null >+++ b/docs/evolution.1 >@@ -0,0 +1,47 @@ >+.TH "EVOLUTION" "1" "Aug 27, 2018" "" "" >+.SH NAME >+evolution \- The Evolution PIM and Email Client >+.SH SYNOPSIS >+.sp >+\fBevolution\fR [ \fB-c|--component \fIcomponent\fB\fR ] [ \fB-g|--geometry \fIgeometry\fB\fR ] [ \fB--offline\fR ] [ \fB--online\fR ] [ \fB--force-online\fR ] [ \fB--disable-eplugin\fR ] [ \fB--disable-preview\fR ] [ \fB-i|--import \fIfilenames\fB\fR ] [ \fB-q|--quit\fR ] >+.SH "DESCRIPTION" >+.PP >+\fBEvolution\fR is the GNOME mailer, calendar, contact manager and >+communications tool. The components which make up Evolution >+are tightly integrated with one another and act as a seamless >+personal information-management (PIM) tool. >+.SH "OPTIONS" >+.PP >+This program follows the usual GNU command line syntax, >+with long options starting with two dashes (`-'). A summary of >+options is included below. >+.TP >+\fB-c|--component \fIcomponent\fB\fR >+Start Evolution showing the specified \fIcomponent\fR. Available options >+are âmailâ, âcalendarâ, âcontactsâ, âtasksâ and âmemosâ. >+.TP >+\fB-g|--geometry \fIgeometry\fB\fR >+Apply the given \fIgeometry\fR to the main window. >+.TP >+\fB--offline\fR >+Start in offline mode. >+.TP >+\fB--online\fR >+Start in online mode. >+.TP >+\fB--force-online\fR >+Ignore network availability. >+.TP >+\fB--disable-eplugin\fR >+Disable loading of any plugins. >+.TP >+\fB--disable-preview\fR >+Disable preview pane of Mail, Contacts and Tasks. >+.TP >+\fB-i|--import \fIfilenames\fB\fR >+Import URIs or filenames given as rest of arguments. >+.TP >+\fB-q|--quit\fR >+Request a running Evolution process to quit. >+.SH "AUTHOR" >+The Evolution team, https://wiki.gnome.org/Apps/Evolution
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1611264
:
1472408
| 1478951