From fd489ac71da56850f686383133d8e9f5f8d4d708 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 29 Jun 2003 21:15:48 +0000 Subject: [PATCH] nouveau test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 413187a884e..add1b643eaf 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ FILE=dolibarr-0.1.6 tar: rm -f dolibarr-*.tar.gz* mkdir $(FILE) - mv * $(FILE) + mv doc/ htdocs/ mysql/ misc/ COPY* http* INSTALL scripts/ templates/ $(FILE) tar --exclude-from $(FILE)/tar.exclude -cvvf $(FILE).tar $(FILE) gzip $(FILE).tar md5sum $(FILE).tar.gz > $(FILE).tar.gz.md5sum