Changeset 143
- Timestamp:
- 04/22/06 16:23:25 (3 years ago)
- Files:
-
- trunk/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Makefile
r126 r143 23 23 DIST=_dist 24 24 endif 25 ifndef DEV 26 DEV=_dev 27 endif 25 28 26 29 DISTJELIX="$(DIST)/jelix-$(LIB_VERSION)" 27 DISTHACKER="$(D IST)/jelix-svn"30 DISTHACKER="$(DEV)" 28 31 DISTJTPL="$(DIST)/jtpl" 29 32 … … 34 37 @echo " jtpl jtpl-dist" 35 38 @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) ")" 37 41 @echo " LIB_VERSION : num� de version de Jelix (" $(LIB_VERSION) ")" 38 42 @echo " JTPL_VERSION : num� de version de jtpl standalone (" $(JTPL_VERSION) ")"
