mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-27 14:57:09 -05:00
Various minor improvements for man page (#5360)
This commit is contained in:
parent
6b96806914
commit
e53850627f
@ -51,11 +51,11 @@ install(FILES
|
|||||||
# Build Man Pages on Linux and macOS
|
# Build Man Pages on Linux and macOS
|
||||||
if(APPLE OR UNIX)
|
if(APPLE OR UNIX)
|
||||||
add_custom_command(OUTPUT keepassxc.1
|
add_custom_command(OUTPUT keepassxc.1
|
||||||
COMMAND ${ASCIIDOCTOR_EXE} -D ${OUT_DIR} -b manpage ${DOC_DIR}/man/keepassxc.1.adoc
|
COMMAND ${ASCIIDOCTOR_EXE} -D ${OUT_DIR} -b manpage -a revnumber=${KEEPASSXC_VERSION} ${DOC_DIR}/man/keepassxc.1.adoc
|
||||||
DEPENDS ${DOC_DIR}/man/keepassxc.1.adoc
|
DEPENDS ${DOC_DIR}/man/keepassxc.1.adoc
|
||||||
VERBATIM)
|
VERBATIM)
|
||||||
add_custom_command(OUTPUT keepassxc-cli.1
|
add_custom_command(OUTPUT keepassxc-cli.1
|
||||||
COMMAND ${ASCIIDOCTOR_EXE} -D ${OUT_DIR} -b manpage ${DOC_DIR}/man/keepassxc-cli.1.adoc
|
COMMAND ${ASCIIDOCTOR_EXE} -D ${OUT_DIR} -b manpage -a revnumber=${KEEPASSXC_VERSION} ${DOC_DIR}/man/keepassxc-cli.1.adoc
|
||||||
DEPENDS ${DOC_DIR}/man/keepassxc-cli.1.adoc
|
DEPENDS ${DOC_DIR}/man/keepassxc-cli.1.adoc
|
||||||
VERBATIM)
|
VERBATIM)
|
||||||
add_custom_target(manpages ALL DEPENDS keepassxc.1 keepassxc-cli.1)
|
add_custom_target(manpages ALL DEPENDS keepassxc.1 keepassxc-cli.1)
|
||||||
|
@ -16,4 +16,5 @@
|
|||||||
== COPYRIGHT
|
== COPYRIGHT
|
||||||
Copyright \(C) 2016-2020 KeePassXC Team <team@keepassxc.org>
|
Copyright \(C) 2016-2020 KeePassXC Team <team@keepassxc.org>
|
||||||
|
|
||||||
*KeePassXC* code is licensed under GPL-2 or GPL-3.
|
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 or version 3.
|
||||||
|
There is NO WARRANTY, to the extent permitted by law.
|
@ -15,9 +15,8 @@
|
|||||||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
= keepassxc-cli(1)
|
= keepassxc-cli(1)
|
||||||
:docdate: 2020-07-10
|
:docdate: 2020-08-31
|
||||||
:doctype: manpage
|
:doctype: manpage
|
||||||
:revnumber: 2.6.0
|
|
||||||
:mansource: KeePassXC {revnumber}
|
:mansource: KeePassXC {revnumber}
|
||||||
:manmanual: General Commands Manual
|
:manmanual: General Commands Manual
|
||||||
|
|
||||||
@ -292,11 +291,11 @@ The same password generation options as documented for the generate command can
|
|||||||
Include characters from every selected group.
|
Include characters from every selected group.
|
||||||
[Default: Disabled]
|
[Default: Disabled]
|
||||||
|
|
||||||
include::section-notes.adoc[]
|
include::includes/section-notes.adoc[]
|
||||||
|
|
||||||
== AUTHOR
|
== AUTHOR
|
||||||
This manual page was originally written by Manolis Agkopian <m.agkopian@gmail.com>.
|
This manual page was originally written by Manolis Agkopian <m.agkopian@gmail.com>.
|
||||||
|
|
||||||
include::section-reporting-bugs.adoc[]
|
include::includes/section-reporting-bugs.adoc[]
|
||||||
|
|
||||||
include::section-copyright.adoc[]
|
include::includes/section-copyright.adoc[]
|
||||||
|
@ -15,9 +15,8 @@
|
|||||||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
= keepassxc(1)
|
= keepassxc(1)
|
||||||
:docdate: 2020-07-10
|
:docdate: 2020-08-31
|
||||||
:doctype: manpage
|
:doctype: manpage
|
||||||
:revnumber: 2.6.0
|
|
||||||
:mansource: KeePassXC {revnumber}
|
:mansource: KeePassXC {revnumber}
|
||||||
:manmanual: General Commands Manual
|
:manmanual: General Commands Manual
|
||||||
|
|
||||||
@ -55,11 +54,11 @@ Your wallet works offline and requires no Internet connection.
|
|||||||
*--debug-info*::
|
*--debug-info*::
|
||||||
Displays debugging information.
|
Displays debugging information.
|
||||||
|
|
||||||
include::section-notes.adoc[]
|
include::includes/section-notes.adoc[]
|
||||||
|
|
||||||
== AUTHOR
|
== AUTHOR
|
||||||
This manual page was originally written by Janek Bevendorff <janek@jbev.net>.
|
This manual page was originally written by Janek Bevendorff <janek@jbev.net>.
|
||||||
|
|
||||||
include::section-reporting-bugs.adoc[]
|
include::includes/section-reporting-bugs.adoc[]
|
||||||
|
|
||||||
include::section-copyright.adoc[]
|
include::includes/section-copyright.adoc[]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user