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-26 11:35:53 -0500 |
commit | 6e0d847c273ab89323883a05f806f449180e3669 (patch) | |
tree | 7f084df4deadd2303b9b30cee68f6ce517c41b0c /hw | |
parent | 04b7d529c09af2c842cf020d5b26080e1ffd88d6 (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>
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"> |