Re: [PATCH libXi] man: add generation of missing man pages for XIGrabTouchBegin

2012-11-08 Thread Chase Douglas
On Tue, Nov 6, 2012 at 2:52 PM, Peter Hutterer wrote:

> The man page itself already contained the description, but it was missing
> from NAME so the shadow man pages were not generated.
>
> Signed-off-by: Peter Hutterer 
> ---
>  man/Makefile.am  | 6 --
>  man/XIGrabButton.txt | 3 +--
>  2 files changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/man/Makefile.am b/man/Makefile.am
> index 28211a1..af63952 100644
> --- a/man/Makefile.am
> +++ b/man/Makefile.am
> @@ -89,7 +89,9 @@ XI2_shadows = \
> XIGetSelectedEvents.man \
> XIDeleteProperty.man\
> XIGetProperty.man   \
> -   XIFreeDeviceInfo.man
> +   XIFreeDeviceInfo.man\
> +   XIGrabTouchBegin.man\
> +   XIUngrabTouchBegin.man
>
>  libman_shadows =   \
> XGetDeviceDontPropagateList.man \
> @@ -141,7 +143,7 @@ XDeleteDeviceProperty.man: XGetDeviceProperty.man
>
>  # Dependencies for X Input v2 shadow pages
>  XIUndefineCursor.man: XIDefineCursor.man
> -XIUngrabButton.man XIGrabKeycode.man XIUngrabKeycode.man: XIGrabButton.man
> +XIUngrabButton.man XIGrabKeycode.man XIUngrabKeycode.man
> XIGrabTouchBegin.man XIUngrabTouchBegin.man: XIGrabButton.man
>  XIGetClientPointer.man: XISetClientPointer.man
>  XIGetFocus.man: XISetFocus.man
>  XIUngrabDevice.man: XIGrabDevice.man
> diff --git a/man/XIGrabButton.txt b/man/XIGrabButton.txt
> index a046ac7..c5100fb 100644
> --- a/man/XIGrabButton.txt
> +++ b/man/XIGrabButton.txt
> @@ -4,8 +4,7 @@ XIGRABBUTTON(libmansuffix)
>  NAME
>  
>
> -   XIGrabButton, XIUngrabButton, XIGrabKeycode, XIUngrabKeycode -
> -   grab/ungrab buttons or keys
> +   XIGrabButton, XIUngrabButton, XIGrabKeycode, XIUngrabKeycode,
> XIGrabTouchBegin, XIUngrabTouchBegin - grab/ungrab buttons or keys
>
>  SYNOPSIS
>  
>

Looks right.

Reviewed-by: Chase Douglas 
___
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

[PATCH libXi] man: add generation of missing man pages for XIGrabTouchBegin

2012-11-06 Thread Peter Hutterer
The man page itself already contained the description, but it was missing
from NAME so the shadow man pages were not generated.

Signed-off-by: Peter Hutterer 
---
 man/Makefile.am  | 6 --
 man/XIGrabButton.txt | 3 +--
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/man/Makefile.am b/man/Makefile.am
index 28211a1..af63952 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -89,7 +89,9 @@ XI2_shadows = \
XIGetSelectedEvents.man \
XIDeleteProperty.man\
XIGetProperty.man   \
-   XIFreeDeviceInfo.man
+   XIFreeDeviceInfo.man\
+   XIGrabTouchBegin.man\
+   XIUngrabTouchBegin.man
 
 libman_shadows =   \
XGetDeviceDontPropagateList.man \
@@ -141,7 +143,7 @@ XDeleteDeviceProperty.man: XGetDeviceProperty.man
 
 # Dependencies for X Input v2 shadow pages
 XIUndefineCursor.man: XIDefineCursor.man
-XIUngrabButton.man XIGrabKeycode.man XIUngrabKeycode.man: XIGrabButton.man
+XIUngrabButton.man XIGrabKeycode.man XIUngrabKeycode.man XIGrabTouchBegin.man 
XIUngrabTouchBegin.man: XIGrabButton.man
 XIGetClientPointer.man: XISetClientPointer.man
 XIGetFocus.man: XISetFocus.man
 XIUngrabDevice.man: XIGrabDevice.man
diff --git a/man/XIGrabButton.txt b/man/XIGrabButton.txt
index a046ac7..c5100fb 100644
--- a/man/XIGrabButton.txt
+++ b/man/XIGrabButton.txt
@@ -4,8 +4,7 @@ XIGRABBUTTON(libmansuffix)
 NAME
 
 
-   XIGrabButton, XIUngrabButton, XIGrabKeycode, XIUngrabKeycode -
-   grab/ungrab buttons or keys
+   XIGrabButton, XIUngrabButton, XIGrabKeycode, XIUngrabKeycode, 
XIGrabTouchBegin, XIUngrabTouchBegin - grab/ungrab buttons or keys
 
 SYNOPSIS
 
-- 
1.7.11.7

___
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel