Changeset 33330

Show
Ignore:
Timestamp:
05/12/08 23:03:38 (6 months ago)
Author:
mrowe@apple.com
Message:

2008-05-03 Maciej Stachowiak <mjs@apple.com>

Reviewed by Geoff and Sam.

  • generate HTML bytecode docs at build time
  • DerivedSources.make:
  • docs: Added.
  • docs/make-bytecode-docs.pl: Added.
Location:
branches/squirrelfish/JavaScriptCore
Files:
2 added
2 modified

Legend:

Unmodified
Added
Removed
  • branches/squirrelfish/JavaScriptCore/ChangeLog

    r33329 r33330  
     12008-05-03  Maciej Stachowiak  <mjs@apple.com> 
     2 
     3        Reviewed by Geoff and Sam. 
     4         
     5        - generate HTML bytecode docs at build time 
     6 
     7        * DerivedSources.make: 
     8        * docs: Added. 
     9        * docs/make-bytecode-docs.pl: Added. 
     10 
    1112008-05-03  Geoffrey Garen  <ggaren@apple.com> 
    212 
  • branches/squirrelfish/JavaScriptCore/DerivedSources.make

    r29663 r33330  
    2727VPATH = \ 
    2828    $(JavaScriptCore)/kjs \ 
     29    $(JavaScriptCore)/VM \ 
    2930    $(JavaScriptCore)/pcre \ 
     31    $(JavaScriptCore)/docs \ 
    3032# 
    3133 
     
    4143    regexp_object.lut.h \ 
    4244    string_object.lut.h \ 
     45    $(JavaScriptCore)/docs/bytecode.html \ 
    4346# 
    4447 
     
    6467chartables.c : dftables 
    6568        $^ $@ 
     69 
     70$(JavaScriptCore)/docs/bytecode.html: make-bytecode-docs.pl Machine.cpp  
     71        perl $^ $@ 
     72