Mise a jour scripts Makefile
This commit is contained in:
parent
7f6679b4ac
commit
0152658285
3
Makefile
3
Makefile
@ -1,4 +1,5 @@
|
|||||||
# Copyright (C) 2003-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
# 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
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
@ -25,7 +26,7 @@ FILE=dolibarr-2.0.0-alpha1
|
|||||||
tar:
|
tar:
|
||||||
rm -fr dolibarr-*.tar.gz* $(FILE)
|
rm -fr dolibarr-*.tar.gz* $(FILE)
|
||||||
mkdir $(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)/
|
tar --exclude-from tar.exclude -cvvf $(FILE).tar $(FILE)/
|
||||||
gzip $(FILE).tar
|
gzip $(FILE).tar
|
||||||
md5sum $(FILE).tar.gz > $(FILE).tar.gz.md5
|
md5sum $(FILE).tar.gz > $(FILE).tar.gz.md5
|
||||||
|
|||||||
@ -1,4 +1,7 @@
|
|||||||
doc/dev/dolibarr-phpdoc
|
doc/dev/dolibarr-phpdoc
|
||||||
|
doc/dev/html
|
||||||
htdocs/document
|
htdocs/document
|
||||||
|
htdocs/documents
|
||||||
|
documents
|
||||||
CVS
|
CVS
|
||||||
*~
|
*~
|
||||||
Loading…
Reference in New Issue
Block a user