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:02 UTC

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

lehors      00/02/14 10:33:02

  Modified:    java/src/org/apache/html/dom 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/apache/html/dom/Makefile
  
  Index: Makefile
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/html/dom/Makefile,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile	1999/12/14 21:27:05	1.1
  +++ Makefile	2000/02/14 18:33:01	1.2
  @@ -1,4 +1,5 @@
  -include ../../../../../src/Makefile.incl
  +TOP = ../../../../..
  +include $(TOP)/src/Makefile.incl
   # Makefile for directory ./org/apache/html/dom
   #
   # This makefile depends on the following environment variables