From 0152658285f2b47cdc6162c731b32d2088015833 Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@users.sourceforge.net>
Date: Thu, 17 Mar 2005 00:47:47 +0000
Subject: [PATCH] Mise a jour scripts Makefile

---
 Makefile    | 3 ++-
 tar.exclude | 3 +++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 30ad65d0dcb..c77bbeaeb52 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
 # Copyright (C) 2003-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
+# Copyright (C) 2005      Laurent Destailleur  <eldy@users.sourceforge.net>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -25,7 +26,7 @@ FILE=dolibarr-2.0.0-alpha1
 tar:
 	rm -fr dolibarr-*.tar.gz* $(FILE)
 	mkdir $(FILE)
-	rsync -ar doc ChangeLog htdocs mysql pgsql misc COPY* http* INSTALL README scripts templates $(FILE)/
+	rsync -ar ChangeLog doc htdocs misc scripts mysql pgsql COPY* http* INSTALL README $(FILE)/
 	tar --exclude-from tar.exclude -cvvf $(FILE).tar $(FILE)/
 	gzip $(FILE).tar
 	md5sum $(FILE).tar.gz > $(FILE).tar.gz.md5
diff --git a/tar.exclude b/tar.exclude
index 15d5660f1d1..60fc1c95569 100644
--- a/tar.exclude
+++ b/tar.exclude
@@ -1,4 +1,7 @@
 doc/dev/dolibarr-phpdoc
+doc/dev/html
 htdocs/document
+htdocs/documents
+documents
 CVS
 *~
\ No newline at end of file
-- 
GitLab