Changeset 33330
- Timestamp:
- 05/12/08 23:03:38 (6 months ago)
- Location:
- branches/squirrelfish/JavaScriptCore
- Files:
-
- 2 added
- 2 modified
-
ChangeLog (modified) (1 diff)
-
DerivedSources.make (modified) (3 diffs)
-
docs (added)
-
docs/make-bytecode-docs.pl (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/squirrelfish/JavaScriptCore/ChangeLog
r33329 r33330 1 2008-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 1 11 2008-05-03 Geoffrey Garen <ggaren@apple.com> 2 12 -
branches/squirrelfish/JavaScriptCore/DerivedSources.make
r29663 r33330 27 27 VPATH = \ 28 28 $(JavaScriptCore)/kjs \ 29 $(JavaScriptCore)/VM \ 29 30 $(JavaScriptCore)/pcre \ 31 $(JavaScriptCore)/docs \ 30 32 # 31 33 … … 41 43 regexp_object.lut.h \ 42 44 string_object.lut.h \ 45 $(JavaScriptCore)/docs/bytecode.html \ 43 46 # 44 47 … … 64 67 chartables.c : dftables 65 68 $^ $@ 69 70 $(JavaScriptCore)/docs/bytecode.html: make-bytecode-docs.pl Machine.cpp 71 perl $^ $@ 72