You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by le...@locus.apache.org on 2000/02/14 19:33:19 UTC

cvs commit: xml-xerces/java/src/org/w3c/dom/html Makefile

lehors      00/02/14 10:33:19

  Modified:    java/src/org/w3c/dom/html Makefile
  Log:
  revamped all makefiles so that build can be done by simply
  typing make, without having to set any variables
  
  Revision  Changes    Path
  1.2       +2 -1      xml-xerces/java/src/org/w3c/dom/html/Makefile
  
  Index: Makefile
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/w3c/dom/html/Makefile,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile	1999/12/14 21:25:49	1.1
  +++ Makefile	2000/02/14 18:33:19	1.2
  @@ -1,4 +1,5 @@
  -include ../../../../../src/Makefile.incl
  +TOP = ../../../../..
  +include $(TOP)/src/Makefile.incl
   # Makefile for directory ./org/w3c/dom/html
   #
   # This makefile depends on the following environment variables