oubli le tar.exclude

This commit is contained in:
Rodolphe Quiedeville
2003-06-29 21:17:27 +00:00
parent fd489ac71d
commit 0181c0e2c1

View File

@@ -25,7 +25,7 @@ FILE=dolibarr-0.1.6
tar:
rm -f dolibarr-*.tar.gz*
mkdir $(FILE)
mv doc/ htdocs/ mysql/ misc/ COPY* http* INSTALL scripts/ templates/ $(FILE)
mv doc/ htdocs/ mysql/ misc/ COPY* http* INSTALL scripts/ templates/ tar.exclude pgsql/ $(FILE)
tar --exclude-from $(FILE)/tar.exclude -cvvf $(FILE).tar $(FILE)
gzip $(FILE).tar
md5sum $(FILE).tar.gz > $(FILE).tar.gz.md5sum