nlopess         Thu Jul 26 15:24:40 2007 UTC

  Modified files:              
    /phpdoc     Makefile.in 
  Log:
  let's use html_xsl when building the regular chm files
  
http://cvs.php.net/viewvc.cgi/phpdoc/Makefile.in?r1=1.199&r2=1.200&diff_format=u
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.199 phpdoc/Makefile.in:1.200
--- phpdoc/Makefile.in:1.199    Thu Jul 12 15:12:36 2007
+++ phpdoc/Makefile.in  Thu Jul 26 15:24:39 2007
@@ -16,7 +16,7 @@
 #
 
 #
-# $Id: Makefile.in,v 1.199 2007/07/12 15:12:36 rquadling Exp $
+# $Id: Makefile.in,v 1.200 2007/07/26 15:24:39 nlopess Exp $
 #
 
 all: html
@@ -286,7 +286,7 @@
 install.html: install.xml $(HTML_DEPS)
        $(JADE) $(CATALOG) -V nochunks -d $(PHPDSSSL)/install.dsl -t sgml 
$(XMLDCL) install.xml > $@
 
-chm: html FORCE
+chm: html_xsl FORCE
        chm/make_chm.bat $(LANG)
 
 # File endings we are going to define general rules for:

Reply via email to