Changeset 418 for trunk/build/README.txt

Show
Ignore:
Timestamp:
04/16/07 14:41:21 (2 years ago)
Author:
laurentj
Message:

changed some build options
prepared beta2 release

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/build/README.txt

    r292 r418  
    1 jBuildTools : scripts de g�ration et de distribution de sources 
     1jBuildTools: 
     2============= 
     3 
     4These are scripts  
     5 
     6- to generate final source file from source file which needs a preprocessing step. 
     7- to generate package to distribute sources 
     8- to create "makefile" like in PHP 
    29 
    310 
    411preprocess.php 
    5     pr�rocesseur de fichier texte (PHP, HTML ou autre..) 
    6     voir http://developer.jelix.org/wiki/fr/preprocesseur 
     12   This is a tool to preprocess source file. It generates source file from other source file which 
     13   contain preprocessing instruction. So you can generate source file according to parameters  
     14   (environment variables). 
     15   see http://developer.jelix.org/wiki/en/preprocessor 
     16 
    717   usage : 
    8      php preprocess.php fichier_source fichier_cible 
    9  
     18     php preprocess.php source_file target_file 
    1019 
    1120mkdist.php 
    12    g�rateur d'arborescence 
    13    voir http://developer.jelix.org/wiki/fr/mkdist 
     21   Copy some source file from a directory to another, according to a "manifest" file.  
     22   So it can be used to generate packages. 
     23   In the manifest, you write the list of files, and indicates where it should be copied, 
     24   if a preprocessor should be applied etc.. 
     25   see http://developer.jelix.org/wiki/en/mkdist 
    1426   usage : 
    15       php mkdist.php [-v] fichier_manifest.mn repertoire_source repertoire_cible 
     27      php mkdist.php [-v] manifest_file.mn source_dir target_dir 
    1628 
    1729mkmanifest.php 
    18    g�rateur de fichier manifest pour mkdist 
    19    php mkmanifest.php [-v] repertoire_source [base_chemin] fichier.mn 
     30   generate a manifest file 
     31   php mkmanifest.php [-v] source_dir [base_path] file.mn 
    2032 
     33jBuild.inc.php 
     34   library to use in a script, to create a build file (a makefile like) 
Download in other formats: Unified Diff Zip Archive