[PHP-DOC] cvs: phpdoc / configure.in From: Hojtsy Gabor (goba <email protected>)
Date: 08/11/01

goba Sat Aug 11 11:54:05 2001 EDT

  Modified files:
    /phpdoc configure.in
  Log:
  HTML Help XSL style sheets in DocBook XSL are not in
  the contrib dir (at least in 1.41), just in the XSL rootdir...
  
  
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.72 phpdoc/configure.in:1.73
--- phpdoc/configure.in:1.72 Mon Jul 30 14:11:08 2001
+++ phpdoc/configure.in Sat Aug 11 11:54:05 2001
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.72 2001/07/30 18:11:08 eschmid Exp $
+dnl $Id: configure.in,v 1.73 2001/08/11 15:54:05 goba Exp $
 
 AC_INIT(global.ent)
 
@@ -95,7 +95,7 @@
 [
     DOCBOOKXSL_BIGHTML=$withval/html/docbook.xsl
     DOCBOOKXSL_HTML=$withval/html/chunk.xsl
- DOCBOOKXSL_HTMLHELP=$withval/contrib/htmlhelp/htmlhelp.xsl
+ DOCBOOKXSL_HTMLHELP=$withval/htmlhelp/htmlhelp.xsl
     DOCBOOKXSL_PRINT=$withval/fo/docbook.xsl
     AC_MSG_RESULT(in $withval)
 ],[