Diff for /DOM/Makefile.in between versions 1.4 and 1.5

version 1.4, 1998/06/14 03:20:16 version 1.5, 1998/06/15 03:15:34
Line 35  mandir = @prefix@/man Line 35  mandir = @prefix@/man
 srcdir  = @srcdir@  srcdir  = @srcdir@
   
 OBJS    = DOM.o Attribute.o NodeIterator.o TreeIterator.o AttributeList.o \  OBJS    = DOM.o Attribute.o NodeIterator.o TreeIterator.o AttributeList.o \
           Element.o PI.o node.o Comment.o Node.o Text.o Document.o \            Element.o node.o Node.o Text.o Document.o DocumentContext.o
           DocumentContext.o  
 SRCS    = DOM.c Attribute.c NodeIterator.c TreeIterator.c AttributeList.c \  SRCS    = DOM.c Attribute.c NodeIterator.c TreeIterator.c AttributeList.c \
           Element.c PI.c node.c Comment.c Node.c Text.c Document.c \            Element.c node.c Node.c Text.c Document.c DocumentContext.c \
           DocumentContext.c \  
           DOM.h Attribute.h NodeIterator.h TreeIterator.h AttributeList.h \            DOM.h Attribute.h NodeIterator.h TreeIterator.h AttributeList.h \
           Element.h PI.h node.h Comment.h Node.h Text.h Document.h \            Element.h PI.h node.h Comment.h Node.h Text.h Document.h \
           DocumentContext.h \            DocumentContext.h \

Removed from v.1.4  
changed lines
  Added in v.1.5


Webmaster