Changeset 418 for trunk/build/README.txt
- Timestamp:
- 04/16/07 14:41:21 (2 years ago)
- Files:
-
- trunk/build/README.txt (moved) (moved from trunk/build/README.TXT) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build/README.txt
r292 r418 1 jBuildTools : scripts de g�ration et de distribution de sources 1 jBuildTools: 2 ============= 3 4 These 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 2 9 3 10 4 11 preprocess.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 7 17 usage : 8 php preprocess.php fichier_source fichier_cible 9 18 php preprocess.php source_file target_file 10 19 11 20 mkdist.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 14 26 usage : 15 php mkdist.php [-v] fichier_manifest.mn repertoire_source repertoire_cible27 php mkdist.php [-v] manifest_file.mn source_dir target_dir 16 28 17 29 mkmanifest.php 18 g �rateur de fichier manifest pour mkdist19 php mkmanifest.php [-v] repertoire_source [base_chemin] fichier.mn30 generate a manifest file 31 php mkmanifest.php [-v] source_dir [base_path] file.mn 20 32 33 jBuild.inc.php 34 library to use in a script, to create a build file (a makefile like)
