Re: [PATCH 4/4] xfree86: Fix reference to SGML entities

2010-04-05 Thread Gaetan Nadon
On Thu, 2010-03-25 at 03:46 -0500, Yaakov (Cygwin/X) wrote:

 From: Yaakov Selkowitz yselkow...@users.sourceforge.net
 
 XORG_CHECK_LINUXDOC sets the SGML search path to the parent of X11/defs.ent.
 
 Signed-off-by: Yaakov Selkowitz yselkow...@users.sourceforge.net
 ---
  hw/xfree86/doc/sgml/DESIGN.sgml |2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)
 
 diff --git a/hw/xfree86/doc/sgml/DESIGN.sgml b/hw/xfree86/doc/sgml/DESIGN.sgml
 index 5beff65..e95df79 100644
 --- a/hw/xfree86/doc/sgml/DESIGN.sgml
 +++ b/hw/xfree86/doc/sgml/DESIGN.sgml
 @@ -1,5 +1,5 @@
  !DOCTYPE linuxdoc PUBLIC -//Xorg//DTD linuxdoc//EN [
 - !ENTITY % defs SYSTEM defs.ent %defs;
 + !ENTITY % defs SYSTEM X11/defs.ent %defs;
   !-- config file keyword markup --
   !ENTITY s.key STARTTAG bf
   !ENTITY e.key ENDTAG bf


Tested-by: Gaetan Nadon mems...@videotron.ca



signature.asc
Description: This is a digitally signed message part
___
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

Re: [PATCH 4/4] xfree86: Fix reference to SGML entities

2010-04-02 Thread Yaakov (Cygwin/X)

On 2010-03-25 03:46, Yaakov (Cygwin/X) wrote:

From: Yaakov 
Selkowitzyselkowitz-rn4veauk+akrv+lv9mx5uipxlwaov...@public.gmane.org

XORG_CHECK_LINUXDOC sets the SGML search path to the parent of X11/defs.ent.

Signed-off-by: Yaakov 
Selkowitzyselkowitz-rn4veauk+akrv+lv9mx5uipxlwaov...@public.gmane.org
---
  hw/xfree86/doc/sgml/DESIGN.sgml |2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hw/xfree86/doc/sgml/DESIGN.sgml b/hw/xfree86/doc/sgml/DESIGN.sgml
index 5beff65..e95df79 100644
--- a/hw/xfree86/doc/sgml/DESIGN.sgml
+++ b/hw/xfree86/doc/sgml/DESIGN.sgml
@@ -1,5 +1,5 @@
  !DOCTYPE linuxdoc PUBLIC -//Xorg//DTD linuxdoc//EN [
-!ENTITY % defs SYSTEM defs.ent  %defs;
+!ENTITY % defs SYSTEM X11/defs.ent  %defs;
   !-- config file keyword markup --
   !ENTITY s.key STARTTAG bf
   !ENTITY e.key ENDTAG bf


Ping?


Yaakov
Cygwin/X

___
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 4/4] xfree86: Fix reference to SGML entities

2010-03-25 Thread Yaakov (Cygwin/X)
From: Yaakov Selkowitz yselkow...@users.sourceforge.net

XORG_CHECK_LINUXDOC sets the SGML search path to the parent of X11/defs.ent.

Signed-off-by: Yaakov Selkowitz yselkow...@users.sourceforge.net
---
 hw/xfree86/doc/sgml/DESIGN.sgml |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hw/xfree86/doc/sgml/DESIGN.sgml b/hw/xfree86/doc/sgml/DESIGN.sgml
index 5beff65..e95df79 100644
--- a/hw/xfree86/doc/sgml/DESIGN.sgml
+++ b/hw/xfree86/doc/sgml/DESIGN.sgml
@@ -1,5 +1,5 @@
 !DOCTYPE linuxdoc PUBLIC -//Xorg//DTD linuxdoc//EN [
- !ENTITY % defs SYSTEM defs.ent %defs;
+ !ENTITY % defs SYSTEM X11/defs.ent %defs;
  !-- config file keyword markup --
  !ENTITY s.key STARTTAG bf
  !ENTITY e.key ENDTAG bf
-- 
1.6.6.1

___
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