dolibarr/Makefile

36 lines
1.2 KiB
Makefile
Raw Normal View History

2003-04-13 22:06:23 +02:00
# Copyright (C) 2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
#
# 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
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
# $Id$
# $Source$
#
# General Makefile
#
FILE=dolibarr-1.1.0
2003-06-18 19:30:05 +02:00
2003-04-13 22:06:23 +02:00
tar:
2003-06-29 23:26:53 +02:00
rm -fr dolibarr-*.tar.gz* $(FILE)
mkdir $(FILE)
rsync -ar doc ChangeLog htdocs mysql misc COPY* http* INSTALL README scripts templates $(FILE)/
2003-06-29 23:20:55 +02:00
tar --exclude-from tar.exclude -cvvf $(FILE).tar $(FILE)/
gzip $(FILE).tar
md5sum $(FILE).tar.gz > $(FILE).tar.gz.md5
put:
2003-08-04 17:35:18 +02:00
scp $(FILE).tar.gz* www.dolibarr.com:/home/www/www.dolibarr.com/download/dl/
2003-08-03 13:23:11 +02:00
# scp $(FILE).tar.gz rodolphe@subversions.gnu.org:/upload/dolibarr