[PATCH:libXi] Fix the FIXME output in man page .TH macros generated by asciidoc
Peter Hutterer
peter.hutterer at who-t.net
Mon Aug 1 20:11:12 PDT 2011
On Mon, Aug 01, 2011 at 04:47:38PM -0700, Alan Coopersmith wrote:
> Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
> ---
> man/Makefile.am | 4 ++++
> 1 files changed, 4 insertions(+), 0 deletions(-)
>
> diff --git a/man/Makefile.am b/man/Makefile.am
> index 2181ea9..d4c37b3 100644
> --- a/man/Makefile.am
> +++ b/man/Makefile.am
> @@ -155,6 +155,10 @@ XIFreeDeviceInfo.man: XIQueryDevice.man
> # Unable to use __libmansuffix__ as underscores are lost in txt --> xml conversion
> MAN_SUBSTS += -e 's/libmansuffix/$(LIB_MAN_SUFFIX)/g'
>
> +# asciidoc is generating [FIXME...] values in the .TH line we should fix.
> +MAN_SUBSTS += -e 's/\[FIXME: source\]/$(XORG_MAN_PAGE)/'
> +MAN_SUBSTS += -e 's/\[FIXME: manual\]/XINPUT FUNCTIONS/'
> +
> SUFFIXES = .man .$(LIB_MAN_SUFFIX)
> .man.$(LIB_MAN_SUFFIX):
> $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
> --
> 1.7.3.2
e8531dd..5a299d1 master -> master
thanks
Cheers,
Peter
More information about the xorg-devel
mailing list