[PATCH 4/4] xfree86: Fix reference to SGML entities
Yaakov (Cygwin/X)
yselkowitz at users.sourceforge.net
Fri Apr 2 11:39:35 PDT 2010
On 2010-03-25 03:46, Yaakov (Cygwin/X) wrote:
> From: Yaakov Selkowitz<yselkowitz-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f at public.gmane.org>
>
> XORG_CHECK_LINUXDOC sets the SGML search path to the parent of X11/defs.ent.
>
> Signed-off-by: Yaakov Selkowitz<yselkowitz-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f at 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
More information about the xorg-devel
mailing list