[dZeeemp-cvs] dzeeemp.sources Makefile,1.9,1.10
Brought to you by:
lovchy
|
From: Boris B. <lo...@us...> - 2004-06-12 20:57:53
|
Update of /cvsroot/dzeeemp/dzeeemp.sources In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13554 Modified Files: Makefile Log Message: dump fixed Index: Makefile =================================================================== RCS file: /cvsroot/dzeeemp/dzeeemp.sources/Makefile,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Makefile 9 Jun 2004 23:05:16 -0000 1.9 --- Makefile 12 Jun 2004 20:57:43 -0000 1.10 *************** *** 4,16 **** # ! PREFIX=/development/dZeeemp/dzeeemp.wsite/ ! REALPREFIX=/development/dZeeemp/dzeeemp.wsite/ PHP=/usr/bin/php MYSQL=/usr/bin/mysql ! MYSQL_PARAMS=dzsite --user=root --password= ! VERSION=0.6.0_nobilis all: FORCE --- 4,16 ---- # ! PREFIX= ! REALPREFIX=. PHP=/usr/bin/php MYSQL=/usr/bin/mysql ! MYSQL_PARAMS=dzeeemp --user=root --password= ! VERSION=0.6.0_NEONATUS all: FORCE *************** *** 28,44 **** install: FORCE if ([ ${PREFIX} ]); then \ ! cp -R ./configuration/ ${PREFIX}; \ ! cp -R ./core/ ${PREFIX}; \ ! cp -R ./dzeeemp/ ${PREFIX}; \ ! cp -R ./extensions/ ${PREFIX}; \ ! cp -R ./images/ ${PREFIX}; \ ! cp -R ./internal/ ${PREFIX}; \ ! cp -R ./locales/ ${PREFIX}; \ ! cp -R ./logs/ ${PREFIX}; \ ! cp -R ./sections/ ${PREFIX}; \ ! cp -R ./templates/ ${PREFIX}; \ ! cp -R ./.htaccess ${PREFIX}; \ ! cp -R ./*.php ${PREFIX}; \ ! cp -R ./CREDITS ${PREFIX}; \ fi --- 28,44 ---- install: FORCE if ([ ${PREFIX} ]); then \ ! cp -R ./configuration/ ${PREFIX} \ ! cp -R ./core/ ${PREFIX} \ ! cp -R ./dzeeemp/ ${PREFIX} \ ! cp -R ./extensions/ ${PREFIX} \ ! cp -R ./images/ ${PREFIX} \ ! cp -R ./internal/ ${PREFIX} \ ! cp -R ./locales/ ${PREFIX} \ ! cp -R ./logs/ ${PREFIX} \ ! cp -R ./sections/ ${PREFIX} \ ! cp -R ./templates/ ${PREFIX} \ ! cp -R ./.htaccess ${PREFIX} \ ! cp -R ./*.php ${PREFIX} \ ! cp -R ./CREDITS ${PREFIX} \ fi *************** *** 97,101 **** cp ./distribution/configuration/configs/config.en.php ./distribution/configuration/config.php ! for file in `find ./lists/ -name "CVS"`; do rm $${file} -rf; done mv ./distribution/ ./dZeeemp-${VERSION}/ --- 97,101 ---- cp ./distribution/configuration/configs/config.en.php ./distribution/configuration/config.php ! for file in `find ./distribution/ -name "CVS"`; do rm $${file} -rf; done mv ./distribution/ ./dZeeemp-${VERSION}/ |