diff options
author | marha <marha@users.sourceforge.net> | 2010-01-31 12:30:46 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-01-31 12:30:46 +0000 |
commit | 74e21f951a8a1c11445cab7accce2ace6c1acef5 (patch) | |
tree | 9dfc383a132bc2105e953ae46f94500d3a3215ae /xorg-server/xkbdata.src/docs | |
parent | a0b1a2d0be5641d39e23725a20e9bf4a52c2ed2a (diff) | |
download | vcxsrv-74e21f951a8a1c11445cab7accce2ace6c1acef5.tar.gz vcxsrv-74e21f951a8a1c11445cab7accce2ace6c1acef5.tar.bz2 vcxsrv-74e21f951a8a1c11445cab7accce2ace6c1acef5.zip |
Updated to xkeyboard-config-1.8
Diffstat (limited to 'xorg-server/xkbdata.src/docs')
-rw-r--r-- | xorg-server/xkbdata.src/docs/HOWTO.transition | 2 | ||||
-rw-r--r-- | xorg-server/xkbdata.src/docs/Makefile.in | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/xorg-server/xkbdata.src/docs/HOWTO.transition b/xorg-server/xkbdata.src/docs/HOWTO.transition index f671af93d..24add85f5 100644 --- a/xorg-server/xkbdata.src/docs/HOWTO.transition +++ b/xorg-server/xkbdata.src/docs/HOWTO.transition @@ -1,6 +1,6 @@ PURPOSE -This document describes the procedure for replacing the standard XKB configuration repository shipped with an X Window System implementation. The procedure should work for XFree86 4.3 and higher and X11R7 implementation from X.Org. Any other X server supporting so called "multiple layouts" can be powered with XKeyboardConfig in a similar way (at the moment NO known commercial X Window System implementations support "multimple layouts"). X servers which do not support "multiple layouts" can be used with XKeyboardConfig as well - but users should be aware that only one group will be accessible with each possible XKB configuration. +This document describes the procedure for replacing the standard XKB configuration repository shipped with an X Window System implementation. The procedure should work for XFree86 4.3 and higher and X11R7 implementation from X.Org. Any other X server supporting so called "multiple layouts" can be powered with XKeyboardConfig in a similar way (at the moment NO known commercial X Window System implementations support "multiple layouts"). X servers which do not support "multiple layouts" can be used with XKeyboardConfig as well - but users should be aware that only one group will be accessible with each possible XKB configuration. PROCEDURE diff --git a/xorg-server/xkbdata.src/docs/Makefile.in b/xorg-server/xkbdata.src/docs/Makefile.in index 33b637891..2277560c9 100644 --- a/xorg-server/xkbdata.src/docs/Makefile.in +++ b/xorg-server/xkbdata.src/docs/Makefile.in @@ -95,6 +95,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ POFILES = @POFILES@ @@ -165,9 +166,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign docs/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu docs/Makefile + $(AUTOMAKE) --foreign docs/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ |