Skip to content
Snippets Groups Projects
Commit 01230895 authored by Rodolphe Quiedeville's avatar Rodolphe Quiedeville
Browse files

Suppression des fichiers pour PostgreSQL

parent 1414e38c
No related branches found
No related tags found
No related merge requests found
......@@ -20,12 +20,12 @@
# General Makefile
#
FILE=dolibarr-1.0.0
FILE=dolibarr-1.1.0
tar:
rm -fr dolibarr-*.tar.gz* $(FILE)
mkdir $(FILE)
rsync -ar doc ChangeLog htdocs mysql misc COPY* http* INSTALL README scripts templates pgsql $(FILE)/
rsync -ar doc ChangeLog htdocs mysql misc COPY* http* INSTALL README scripts templates $(FILE)/
tar --exclude-from tar.exclude -cvvf $(FILE).tar $(FILE)/
gzip $(FILE).tar
md5sum $(FILE).tar.gz > $(FILE).tar.gz.md5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment