phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: packages conf,1.4,1.5


From: Luca - De Whiskey's - De Vitis <address@hidden>
Subject: [Phpgroupware-cvs] CVS: packages conf,1.4,1.5
Date: Sun, 30 Jun 2002 06:49:17 -0400

Update of /cvsroot/phpgroupware/packages
In directory subversions:/tmp/cvs-serv7088/packages

Modified Files:
        conf 
Log Message:
- Added the $(tidy) and $(TIDY) variables.
- Splitted the $(INSTALL) fariables to $(INSTALL_FILE) and
  $(INSTALL_DIRECTORY).


Index: conf
===================================================================
RCS file: /cvsroot/phpgroupware/packages/conf,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** conf        28 Jun 2002 19:36:56 -0000      1.4
--- conf        30 Jun 2002 10:49:14 -0000      1.5
***************
*** 72,75 ****
--- 72,76 ----
  dpkg_parsechangelog := $(shell which dpkg-parsechangelog)
  dch                 := $(shell which dch)
+ tidy                          := $(shell which tidy)
  
  RM                  = $(rm) --force
***************
*** 82,85 ****
--- 83,88 ----
  TAR                 = $(tar) --create
  INSTALL             = $(install) -D --mode=644
+ INSTALL_FILE          = $(install) -D --mode=644
+ INSTALL_DIRECTORY     = $(install) -d --mode=755
  ALIEN               = $(fakeroot) $(alien) --keep-version
  SGMLTOOLS           = $(sgmltools)
***************
*** 87,89 ****
--- 90,93 ----
  DPKG_PARSECHANGELOG = $(dpkg_parsechangelog)
  DCH                 = $(dch) --newversion
+ TIDY                          = $(tidy) -i -clean
  # 
-----------------------------------------------------------------------------




reply via email to

[Prev in Thread] Current Thread [Next in Thread]