From 313418c0e2379405f38009944713c49ae8fea199 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 6 Mar 2007 20:21:25 +0000 Subject: [PATCH] Mise a jour doc --- doc/dev/README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/dev/README b/doc/dev/README index 751844dfedd..e955067aacd 100644 --- a/doc/dev/README +++ b/doc/dev/README @@ -13,6 +13,10 @@ the script: Prerequite is only having Doxygen installed (Linux or Windows). +***** Build a patch +To build a patch between two directories, you can use the patch command: +diff -Naur --exclude=CVS --exclude=.# --exclude=~ --exclude=documents --exclude=phplot5 --exclude=phplot --exclude=scriptaculous --exclude=treemenu --exclude *.htm --exclude samples dolibarr_old dolibarr_new > mydiff.patch + ***** Other developper documentation