open-src/lib/libXi/man-fixme.patch
changeset 1265 0b5cc5c013e4
parent 1179 4ad971e180c3
equal deleted inserted replaced
1264:a3323e4f263f 1265:0b5cc5c013e4
     7 ---
     7 ---
     8  man/Makefile.am |    4 ++++
     8  man/Makefile.am |    4 ++++
     9  1 files changed, 4 insertions(+), 0 deletions(-)
     9  1 files changed, 4 insertions(+), 0 deletions(-)
    10 
    10 
    11 diff --git a/man/Makefile.am b/man/Makefile.am
    11 diff --git a/man/Makefile.am b/man/Makefile.am
    12 index 2181ea9..d4c37b3 100644
    12 index 28211a1..7e328a5 100644
    13 --- a/man/Makefile.am
    13 --- a/man/Makefile.am
    14 +++ b/man/Makefile.am
    14 +++ b/man/Makefile.am
    15 @@ -155,6 +155,10 @@ XIFreeDeviceInfo.man: XIQueryDevice.man
    15 @@ -162,6 +162,10 @@ MAN_SUBSTS += -e 's/\[FIXME: manual\]/XINPUT FUNCTIONS/'
    16  # Unable to use __libmansuffix__ as underscores are lost in txt --> xml conversion
    16  # asciidoc generates shadow page references without the man section directory
    17  MAN_SUBSTS += -e 's/libmansuffix/$(LIB_MAN_SUFFIX)/g'
    17  MAN_SUBSTS += -e 's/^\.so X/.so man$(LIB_MAN_SUFFIX)\/X/'
    18  
    18  
    19 +# asciidoc is generating [FIXME...] values in the .TH line we should fix.
    19 +# asciidoc is generating [FIXME...] values in the .TH line we should fix.
    20 +MAN_SUBSTS += -e 's/\[FIXME: source\]/$(XORG_MAN_PAGE)/'
    20 +MAN_SUBSTS += -e 's/\[FIXME: source\]/$(XORG_MAN_PAGE)/'
    21 +MAN_SUBSTS += -e 's/\[FIXME: manual\]/XINPUT FUNCTIONS/'
    21 +MAN_SUBSTS += -e 's/\[FIXME: manual\]/XINPUT FUNCTIONS/'
    22 +
    22 +
    23  SUFFIXES = .man .$(LIB_MAN_SUFFIX)
    23  SUFFIXES = .man .$(LIB_MAN_SUFFIX)
    24  .man.$(LIB_MAN_SUFFIX):
    24  .man.$(LIB_MAN_SUFFIX):
    25  	$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
    25  	$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
    26 -- 
       
    27 1.7.3.2
       
    28