ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> phpdoc
phpdoc
[PHP-DOC] cvs: phpdoc / configure.in
by jim winstead other posts by this author
Nov 27 2001 8:57PM messages near this date
[PHP-DOC] cvs: phpdoc / manual.xml.in | [PHP-DOC] Bug #14257 Updated: iptcembed is missing from online function reference
jimw		Tue Nov 27 15:57:43 2001 EDT

  Modified files:              
    /phpdoc	configure.in 
  Log:
  funcindex.xml lives in $srcdir, which is not always '.'.
  
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.86 phpdoc/configure.in:1.87
--- phpdoc/configure.in:1.86	Fri Nov 23 10:01:09 2001
+++ phpdoc/configure.in	Tue Nov 27 15:57:43 2001
@@ -1,6 +1,6 @@
 
 
-dnl $Id: configure.in,v 1.86 2001/11/23 15:01:09 hholzgra Exp $
+dnl $Id: configure.in,v 1.87 2001/11/27 20:57:43 jimw Exp $
 
 AC_INIT(global.ent)
 
@@ -485,7 +485,7 @@
 	DEPEND_FILES="$DEPEND_FILES $file"
   	echo "<!ENTITY $name     SYSTEM \"$file\"> " >> chapters.ent
 done
-echo "<!ENTITY global.function-index  SYSTEM \"./funcindex.xml\"> " >> chapters.ent
+echo "<!ENTITY global.function-index  SYSTEM \"$srcdir/funcindex.xml\"> " >> chapters.ent
 
 chmod a-w chapters.ent
 	 

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved