diff options
author | Yaakov Selkowitz <yselkowitz@users.sourceforge.net> | 2010-03-25 03:37:09 -0500 |
---|---|---|
committer | Yaakov Selkowitz <yselkowitz@users.sourceforge.net> | 2010-04-30 15:44:52 -0500 |
commit | 308d103110b49cd4f078bafda0e61d7e916ccbec (patch) | |
tree | a98387896bb25479006209b173ea6a5a2ef7329e /hw | |
parent | d4956adef6e4ed7f019835e2638becfafecbafdd (diff) |
xfree86: Fix reference to SGML entities
XORG_CHECK_LINUXDOC sets the SGML search path to the parent of X11/defs.ent.
Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
Acked-by: Dan Nicholson <dbn.lists@gmail.com>
Tested-by: Gaetan Nadon <memsize@videotron.ca>
(cherry picked from commit 6e0d847c273ab89323883a05f806f449180e3669)
Diffstat (limited to 'hw')
-rw-r--r-- | 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 5beff653f..e95df7999 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"> |