Makefile revision e0bd6b490d14919b958622a831bfadbf322397ba
0N/A# -- Constants ----------------------------------------------------------------- 0N/A# Path to which YUI Handlebars source files should be written. 2362N/A# Comment to prepend to the imported source files. 0N/A# Files that make up the handlebars-base module. We intentionally skip utils.js 0N/A# because we've reimplemented that for YUI. 0N/A# Files that make up the handlebars-compiler module. 0N/A# -- Targets ------------------------------------------------------------------- 0N/A# target: all - Default target. 0N/A# target: clean - Removes imported source files. # target: import-base - Imports the source files that make up handlebars-base. # target: import-compiler - Imports the source files that make up handlebars-compiler. # target: help - Displays help. @
sed -n
'/^\/\/ BEGIN(BROWSER)$$/,/^\/\/ END(BROWSER)$$/p' $< >> $@
@
sed -n
'/^\/\/ BEGIN(BROWSER)$$/,/^\/\/ END(BROWSER)$$/p' $< >> $@