jeroen Wed May 16 16:01:10 2001 EDT
Modified files:
/phpdoc configure.in
Log:
XSL missing is not fatal, fixed defaults
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.64 phpdoc/configure.in:1.65
--- phpdoc/configure.in:1.64 Wed May 16 14:29:16 2001
+++ phpdoc/configure.in Wed May 16 16:01:10 2001
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.64 2001/05/16 21:29:16 jeroen Exp $
+dnl $Id: configure.in,v 1.65 2001/05/16 23:01:10 jeroen Exp $
AC_INIT(global.ent)
@@ -116,11 +116,11 @@
done
])
if test -z "$DOCBOOKXSL_BIGHTML"; then
- DOCBOOKXSL_BIGHTML=../xsl/html/docbook.xsl
- DOCBOOKXSL_HTML=../xsl/html/chunk.xsl
- DOCBOOKXSL_HTMLHELP=../xsl/contrib/htmlhelp/htmlhelp.xsl
- DOCBOOKXSL_PRINT=../xsl/fo/docbook.xsl
- AC_MSG_RESULT(FAILED - WARNING: XSL COULDN'T BE FOUND)
+ DOCBOOKXSL_BIGHTML=../phpdoc-tools/xsl/html/docbook.xsl
+ DOCBOOKXSL_HTML=../phpdoc-tools/xsl/html/chunk.xsl
+ DOCBOOKXSL_HTMLHELP=../phpdoc-tools/xsl/contrib/htmlhelp/htmlhelp.xsl
+ DOCBOOKXSL_PRINT=../phpdoc-tools/xsl/fo/docbook.xsl
+ AC_MSG_RESULT(not found, defaulting)
fi
AC_SUBST(DOCBOOKXSL_BIGHTML)
AC_SUBST(DOCBOOKXSL_HTML)
- Re: [PHP-DOC] Building docs on Wi... Jirka Kosek
- [PHP-DOC] cvs: phpdoc / configure.in Jouni Ahto
- [PHP-DOC] cvs: phpdoc / configure.in Jouni Ahto
- [PHP-DOC] cvs: phpdoc / configure.in Jirka Kosek
- Re: [PHP-DOC] cvs: phpdoc / configure.in Egon Schmid (@vacation)
- [PHP-DOC] cvs: phpdoc / configure.in Jirka Kosek
- [PHP-DOC] cvs: phpdoc / configure.in Jirka Kosek
- [PHP-DOC] cvs: phpdoc / configure.in Glace Cheung
- [PHP-DOC] cvs: phpdoc / configure.in Hartmut Holzgraefe
- [PHP-DOC] cvs: phpdoc / configure.in Jeroen van Wolffelaar
- [PHP-DOC] cvs: phpdoc / configure.in Jeroen van Wolffelaar
- [PHP-DOC] cvs: phpdoc / configure.in Martin Kraemer
- [PHP-DOC] cvs: phpdoc / configure.in Daniel Beckham
- [PHP-DOC] cvs: phpdoc / configure.in Rui Hirokawa
- [PHP-DOC] cvs: phpdoc / configure.in Luca Perugini
- [PHP-DOC] cvs: phpdoc / configure.in Jouni Ahto
- [PHP-DOC] cvs: phpdoc / configure.in Egon Schmid
- [PHP-DOC] cvs: phpdoc / configure.in Jouni Ahto
- [PHP-DOC] cvs: phpdoc / configure.in jim winstead
- [PHP-DOC] cvs: phpdoc / configure.in Leszek Krupinski
- [PHP-DOC] cvs: phpdoc / configure.in Harald Radi
