mirror of
https://github.com/octoleo/lsyncd.git
synced 2024-10-31 18:52:29 +00:00
Preparing 2.2.0, removing manpage from 'clean' target
This commit is contained in:
parent
4909dd3b2c
commit
c08719ce00
@ -1,7 +1,7 @@
|
|||||||
# preamble
|
# preamble
|
||||||
project( Lsyncd )
|
project( Lsyncd )
|
||||||
cmake_minimum_required( VERSION 2.8 )
|
cmake_minimum_required( VERSION 2.8 )
|
||||||
set( LSYNCD_VERSION 2.1.7 )
|
set( LSYNCD_VERSION 2.2.0 )
|
||||||
set( CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/" )
|
set( CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/" )
|
||||||
|
|
||||||
|
|
||||||
@ -80,12 +80,11 @@ add_custom_command( OUTPUT defaults.out
|
|||||||
)
|
)
|
||||||
|
|
||||||
# the manpage
|
# the manpage
|
||||||
add_custom_command( OUTPUT doc/manpage/lsyncd.1
|
add_custom_target( manpage
|
||||||
COMMAND ${CMAKE_COMMAND} -E echo "Updating the manpage"
|
COMMAND ${CMAKE_COMMAND} -E echo "Updating the manpage"
|
||||||
COMMAND a2x --format=manpage doc/manpage/lsyncd.1.txt
|
COMMAND a2x --format=manpage doc/manpage/lsyncd.1.txt
|
||||||
DEPENDS doc/manpage/lsyncd.1.txt
|
DEPENDS doc/manpage/lsyncd.1.txt
|
||||||
)
|
)
|
||||||
add_custom_target( manpage DEPENDS doc/manpage/lsyncd.1 )
|
|
||||||
|
|
||||||
# compiling and linking it all together
|
# compiling and linking it all together
|
||||||
add_executable( lsyncd ${LSYNCD_SRC} )
|
add_executable( lsyncd ${LSYNCD_SRC} )
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
??-??-????: 2.1.7
|
??-??-????: 2.2.0
|
||||||
enhancement: add rsync options:
|
enhancement: add rsync options:
|
||||||
"append",
|
"append",
|
||||||
"append_verify",
|
"append_verify",
|
||||||
|
@ -2,12 +2,12 @@
|
|||||||
.\" Title: lsyncd
|
.\" Title: lsyncd
|
||||||
.\" Author: [see the "AUTHOR" section]
|
.\" Author: [see the "AUTHOR" section]
|
||||||
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
|
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
|
||||||
.\" Date: June 2016
|
.\" Date: June 2017
|
||||||
.\" Manual: Lsyncd
|
.\" Manual: Lsyncd
|
||||||
.\" Source: Lsyncd 2.1.5
|
.\" Source: Lsyncd 2.2.0
|
||||||
.\" Language: English
|
.\" Language: English
|
||||||
.\"
|
.\"
|
||||||
.TH "LSYNCD" "1" "June 2016" "Lsyncd 2\&.1\&.5" "Lsyncd"
|
.TH "LSYNCD" "1" "June 2017" "Lsyncd 2\&.2\&.0" "Lsyncd"
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
.\" * Define some portability stuff
|
.\" * Define some portability stuff
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
@ -134,9 +134,9 @@ Writes version information and exits\&.
|
|||||||
.RE
|
.RE
|
||||||
.SH "EXIT STATUS"
|
.SH "EXIT STATUS"
|
||||||
.PP
|
.PP
|
||||||
\fB0\fR
|
\fB(128+SIGNUM)\fR
|
||||||
.RS 4
|
.RS 4
|
||||||
Terminated on a TERM signal(7)
|
Terminated by Signal (143 by TERM)
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
\fB\-1\fR
|
\fB\-1\fR
|
||||||
@ -148,10 +148,10 @@ Failure (syntax, unrecoverable error condition, internal failure)
|
|||||||
Online Manual: https://axkibe\&.github\&.io/lsyncd/
|
Online Manual: https://axkibe\&.github\&.io/lsyncd/
|
||||||
.SH "VERSION"
|
.SH "VERSION"
|
||||||
.sp
|
.sp
|
||||||
This man page is for lsyncd(1) version 2\&.1\&.5
|
This man page is for lsyncd(1) version 2\&.2\&.0
|
||||||
.SH "AUTHOR"
|
.SH "AUTHOR"
|
||||||
.sp
|
.sp
|
||||||
Axel Kittenberger, <axkibe@gmail\&.com> 2010\-2016
|
Axel Kittenberger, <axkibe@gmail\&.com> 2010\-2017
|
||||||
.SH "COPYING"
|
.SH "COPYING"
|
||||||
.sp
|
.sp
|
||||||
Copyright (C) 2010\-2016 Axel Kittenberger\&. Free use of this software is granted under the terms of the GNU General Public License (GPL) version 2, or any later version\&. Free redistrubition of this Documentation (/doc directory) is granted under the terms of the Creative Commons 3\&.0 Attribution License (CC\-3\&.0\-BY)\&.
|
Copyright (C) 2010\-2017 Axel Kittenberger\&. Free use of this software is granted under the terms of the GNU General Public License (GPL) version 2, or any later version\&. Free redistrubition of this Documentation (/doc directory) is granted under the terms of the Creative Commons 3\&.0 Attribution License (CC\-3\&.0\-BY)\&.
|
||||||
|
@ -3,8 +3,8 @@ lsyncd(1)
|
|||||||
:doctype: manpage
|
:doctype: manpage
|
||||||
:man source: Lsyncd
|
:man source: Lsyncd
|
||||||
:man manual: Lsyncd
|
:man manual: Lsyncd
|
||||||
:man version: 2.1.5
|
:man version: 2.2.0
|
||||||
:date: June 2016
|
:date: June 2017
|
||||||
|
|
||||||
NAME
|
NAME
|
||||||
----
|
----
|
||||||
@ -80,27 +80,28 @@ OPTIONS
|
|||||||
|
|
||||||
EXIT STATUS
|
EXIT STATUS
|
||||||
-----------
|
-----------
|
||||||
*0*::
|
*(128+SIGNUM)*::
|
||||||
Terminated on a TERM signal(7)
|
Terminated by Signal (143 by TERM)
|
||||||
|
|
||||||
*-1*::
|
*-1*::
|
||||||
Failure (syntax, unrecoverable error condition, internal failure)
|
Failure (syntax, unrecoverable error condition, internal failure)
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
Online Manual: https://axkibe.github.io/lsyncd/
|
Online Manual: https://axkibe.github.io/lsyncd/
|
||||||
|
|
||||||
VERSION
|
VERSION
|
||||||
------
|
------
|
||||||
This man page is for lsyncd(1) version 2.1.5
|
This man page is for lsyncd(1) version 2.2.0
|
||||||
|
|
||||||
AUTHOR
|
AUTHOR
|
||||||
------
|
------
|
||||||
Axel Kittenberger, <axkibe@gmail.com> 2010-2016
|
Axel Kittenberger, <axkibe@gmail.com> 2010-2017
|
||||||
|
|
||||||
COPYING
|
COPYING
|
||||||
-------
|
-------
|
||||||
Copyright \(C) 2010-2016 Axel Kittenberger. Free use of this software is granted
|
Copyright \(C) 2010-2017 Axel Kittenberger. Free use of this software is granted
|
||||||
under the terms of the GNU General Public License (GPL) version 2, or any later
|
under the terms of the GNU General Public License (GPL) version 2, or any later
|
||||||
version. Free redistrubition of this Documentation (/doc directory) is granted
|
version. Free redistrubition of this Documentation (/doc directory) is granted
|
||||||
under the terms of the Creative Commons 3.0 Attribution License (CC-3.0-BY).
|
under the terms of the Creative Commons 3.0 Attribution License (CC-3.0-BY).
|
||||||
|
@ -32,7 +32,7 @@ then
|
|||||||
lsyncd.terminate( -1 )
|
lsyncd.terminate( -1 )
|
||||||
end
|
end
|
||||||
|
|
||||||
lsyncd_version = '2.1.7'
|
lsyncd_version = '2.2.0'
|
||||||
|
|
||||||
|
|
||||||
--
|
--
|
||||||
|
Loading…
Reference in New Issue
Block a user