rquadling               Mon Feb  5 10:04:07 2007 UTC

  Modified files:              
    /phpdoc     Makefile.in 
  Log:
  Add an additional make option for the non fancy windows CHM file.
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/Makefile.in?r1=1.183&r2=1.184&diff_format=u
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.183 phpdoc/Makefile.in:1.184
--- phpdoc/Makefile.in:1.183    Sat Feb  3 11:56:51 2007
+++ phpdoc/Makefile.in  Mon Feb  5 10:04:07 2007
@@ -16,7 +16,7 @@
 #
 
 #
-# $Id: Makefile.in,v 1.183 2007/02/03 11:56:51 bjori Exp $
+# $Id: Makefile.in,v 1.184 2007/02/05 10:04:07 rquadling Exp $
 #
 
 all: html
@@ -278,6 +278,10 @@
 chm: html FORCE
        chm/make_chm.bat $(LANG)
 
+# RAQ : Monday, 5 February 2007 10:04 am : Build the normal chm rather than 
the fancy (make chm) or extended chm (make chm_xsl, htmlhtml/make_chm.bat, etc.)
+chm_nonfancy: html FORCE
+       chm/make_chm.bat $(LANG) normal
+
 # File endings we are going to define general rules for:
 .SUFFIXES: .html .xml .sgml .tex .dvi .ps .pdf .rtf .gz .bz2 .txt
 .PRECIOUS: %.html %.dvi

Reply via email to