Mercurial > emacs
view etc/schema/xhtml-edit.rnc @ 108473:d89b565897dd
On msdos, set LIBS_SYSTEM with config.bat, not cpp.
* config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
* src/Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
* src/s/msdos.h (MSDOS_LIBS_SYSTEM): Remove.
* msdos/sed1x.inp (LIBS_SYSTEM): Edit to -lxext -lsys.
* msdos/sed3x.inp: New file.
* lib-src/Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
(config.h) [MSDOS]: Do not include.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Mon, 10 May 2010 19:51:08 -0700 |
parents | 38f93f3d00a2 |
children |
line wrap: on
line source
# Edit Module del = element del { del.attlist, Inline.model } del.attlist = Edit.attrib ins = element ins { ins.attlist, Inline.model } ins.attlist = Edit.attrib Edit.attrib = attribute cite { URI.datatype }?, attribute datetime { Datetime.datatype }? Edit.class = del | ins Inline.class |= Edit.class Block.class |= Edit.class