fix makefile, revert good include path
authorx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sun, 8 Jan 2006 16:59:39 +0000 (16:59 +0000)
committerx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sun, 8 Jan 2006 16:59:39 +0000 (16:59 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.9@192 839d8a87-29fc-0310-9880-83ba4fa771e5

Makefile
bin/connect.db.inc.php

index 1d5123b..b195138 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ headers:
        headache -c install.d/platal-dev/templates/header.conf -h install.d/platal-dev/templates/header \
                `find templates -name '*.tpl' ! -path 'templates/xnet/skin.tpl' ! -path 'templates/skin/*.tpl' ! -name 'vcard.tpl' `
 
-build: spool/templates_c wiki
+build: spool/templates_c wiki include/platal/globals.inc.php
 
 clean:
        rm -rf include/platal/globals.inc.php
index 947e751..b8dee82 100644 (file)
@@ -19,7 +19,7 @@
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                *
  ***************************************************************************/
 
-ini_set('include_path','/usr/share/php:.:..:../include:../../include');
+ini_set('include_path','/usr/share/php:../include:../../include');
 
 require_once('xorg.inc.php');
 require_once('xorg.misc.inc.php');