From 6664a6009cff0d2d55b77395ae6c85a1e584f3c4 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 12 Aug 2003 23:19:37 +0000 Subject: [PATCH] Ajout le fichier README dans le tarball (oups) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dcebf038dfb..49a4bfc921f 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ FILE=dolibarr-0.5.1 tar: rm -fr dolibarr-*.tar.gz* $(FILE) mkdir $(FILE) - rsync -ar doc htdocs mysql misc COPY* http* INSTALL scripts templates pgsql $(FILE)/ + rsync -ar doc htdocs mysql misc COPY* http* INSTALL README scripts templates pgsql $(FILE)/ tar --exclude-from tar.exclude -cvvf $(FILE).tar $(FILE)/ gzip $(FILE).tar md5sum $(FILE).tar.gz > $(FILE).tar.gz.md5sum