mhonarc-commits
[Top] [All Lists]

CVS: mhonarc/MHonArc/etc variables.mk,1.3,1.4

2002-05-07 17:09:53
Update of /cvsroot/mhonarc/mhonarc/MHonArc/etc
In directory subversions:/tmp/cvs-serv9147/etc

Modified Files:
	variables.mk 
Log Message:
+ Added PROJECTS_RELEASES variable to represent pathname to projects
  releases root directory.
* INSTALL_ME now defined based upon $(PROJECTS_RELEASES).


Index: variables.mk
===================================================================
RCS file: /cvsroot/mhonarc/mhonarc/MHonArc/etc/variables.mk,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** variables.mk	2 May 2002 01:23:45 -0000	1.3
--- variables.mk	7 May 2002 22:59:41 -0000	1.4
***************
*** 8,12 ****
  
  ## Programs
- 
  BZIP2		= /usr/bin/bzip2
  CHMOD		= /bin/chmod
--- 8,11 ----
***************
*** 24,28 ****
  ##	 Win32 systems do handle "/".  However, PATHSEP should be
  ##	 be used since ":" under Win32 can be used in pathnames.
- 
  SEP		= /
  PATHSEP		= :
--- 23,26 ----
***************
*** 33,39 ****
  endif
  
  
  ## Set include search path
- 
  ifeq ($(PERL_SEARCH_LIBS),)
    PERL_SEARCH_LIBS := $(TOP)/lib
--- 31,40 ----
  endif
  
+ ## Path to projects releases root
+ ifeq ($(PROJECTS_RELEASES),)
+   PROJECTS_RELEASES = /mnt/WWW/customers/mhonarc.org/htdocs/release
+ endif
  
  ## Set include search path
  ifeq ($(PERL_SEARCH_LIBS),)
    PERL_SEARCH_LIBS := $(TOP)/lib


_______________________________________________
MHonArc-dev mailing list
MHonArc-dev(_at_)mail(_dot_)freesoftware(_dot_)fsf(_dot_)org
http://mail.freesoftware.fsf.org/mailman/listinfo/mhonarc-dev