Changeset 143

Show
Ignore:
Timestamp:
04/22/06 16:23:25 (3 years ago)
Author:
laurentj
Message:

nouveau paramètre DEV pour le makefile, indiquant le repertoire pour la version de dev (n'utilise plus DIST dans ce cas)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Makefile

    r126 r143  
    2323DIST=_dist 
    2424endif 
     25ifndef DEV 
     26DEV=_dev 
     27endif 
    2528 
    2629DISTJELIX="$(DIST)/jelix-$(LIB_VERSION)" 
    27 DISTHACKER="$(DIST)/jelix-svn
     30DISTHACKER="$(DEV)
    2831DISTJTPL="$(DIST)/jtpl" 
    2932 
     
    3437        @echo "   jtpl jtpl-dist" 
    3538        @echo "param�es facultatifs (valeurs actuelles) :" 
    36         @echo "   DIST : repertoire cible (" $(DIST) ")" 
     39        @echo "   DIST : repertoire cible pour les distributions (" $(DIST) ")" 
     40        @echo "   DEV : repertoire cible pour developper (" $(DEV) ")" 
    3741        @echo "   LIB_VERSION : num� de version de Jelix (" $(LIB_VERSION) ")" 
    3842        @echo "   JTPL_VERSION : num� de version de jtpl standalone (" $(JTPL_VERSION) ")" 
Download in other formats: Unified Diff Zip Archive