dolibarr/build
2008-01-21 02:12:05 +00:00
..
deb Mise a jour script pour préparation release 2005-12-18 23:00:08 +00:00
exe On exclut tous les REP CVS, fichier .cvsignore et Thumbs.db du package exe 2006-11-28 23:53:30 +00:00
pad Mise a jour fichier PAD sur nouvelle plateforme joomla 2007-10-23 18:08:45 +00:00
rpm Modif make-pack pour ne plus avoir de version en dur dans le fichier spec rpm. 2005-02-19 20:31:30 +00:00
tgz Exclusion de fichiers obsoletes 2008-01-20 19:36:53 +00:00
zip Maj pour release 2007-12-26 18:45:41 +00:00
.cvsignore Préparation de l'automatisation de la génération des packages Dolibarr 2004-11-11 16:48:56 +00:00
dolibarr_mysql2pgsql.pl Nettoyage script sql pour release 2007-12-02 22:06:32 +00:00
makepack-dolibarr.pl Maj pour release 2007-12-26 18:52:52 +00:00
makepack-dolibarrlang.pl New: Add scripts to build a theme package or a lnaguage package. 2005-10-29 13:10:02 +00:00
makepack-dolibarrmodule.conf Ajout script pour permettre fabrication d'un package d'un module Dolibarr seul (Pour faciliter travail éditeur de module externe à Dolibarr). 2006-05-13 12:19:31 +00:00
makepack-dolibarrmodule.pl Fix: Correction script generation package 2008-01-21 02:12:05 +00:00
makepack-dolibarrtheme.pl New: Add scripts to build a theme package or a lnaguage package. 2005-10-29 13:10:02 +00:00
README Update documentation 2007-12-16 20:58:31 +00:00
README-FR Ajout script pour permettre fabrication d'un package d'un module Dolibarr seul (Pour faciliter travail éditeur de module externe à Dolibarr). 2006-05-13 12:19:31 +00:00

README (English)
##################################################
Building packages
##################################################

All sub-directories of "build" directory contains files required to build
automatically Dolibarr packages.
There are several tools:

- To build full Dolibarr packages, launch the script
> perl makepack-dolibarr.pl

- To build a translaction package, launch the script
> perl makepack-dolibarrlang.pl

- To build a theme package, launch the script
> perl makepack-dolibarrtheme.pl

- To build a package for a module, launch the script
> perl makepack-dolibarrmodule.pl


Note: 
The build directory and all its contents is absolutely not required to make
Dolibarr working. It is here only to build Dolibarr packages, and those
generated packages will not contains this "build" directory.


We can find in "build", folowing sub-directories:

* deb:
To build Debian package.

* rpm:
To build Redhat or Mandrake package.

* tgz:
To build tgz package (containing Dolibarr files et setup documentation).

* exe:
To build exe package for Windows.

* pad:
To build a PAD file descriptor to promote Dolibarr new versions.