Skip to content

Commit

Permalink
Rename .post-process-index-generator.pl to .pre-*
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker authored and domenic committed Dec 23, 2015
1 parent dbd2a80 commit 464468d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ $QUIET || echo "Generating spec..."
$QUIET || echo
perl .pre-process-main.pl $($QUIET && echo "--quiet") < $HTML_SOURCE/source > $HTML_TEMP/source-expanded-1
perl .pre-process-annotate-attributes.pl < $HTML_TEMP/source-expanded-1 > $HTML_TEMP/source-expanded-2 # this one could be merged
perl .pre-process-tag-omission.pl < $HTML_TEMP/source-expanded-2 | perl .post-process-index-generator.pl > $HTML_TEMP/source-whatwg-complete # this one could be merged
perl .pre-process-tag-omission.pl < $HTML_TEMP/source-expanded-2 | perl .pre-process-index-generator.pl > $HTML_TEMP/source-whatwg-complete # this one could be merged
mkdir $HTML_TEMP/wattsi-output

function runWattsi {
Expand Down

0 comments on commit 464468d

Please sign in to comment.