diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/build.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/build.xml b/build/build.xml index 9d0ca0069c..01775520d0 100644 --- a/build/build.xml +++ b/build/build.xml @@ -664,6 +664,11 @@ </javac> </target> + <target name="compile-sass-parser"> + <javacc target="${parserDir}/Parser.jj" javacchome="${JavaCChome}"> + </javacc> + </target> + <target name="compile-sass" depends="init, preprocess-src"> <!-- TODO also perform javacc compilation of the parser --> <mkdir dir="${result-classes-sass}" /> @@ -1382,6 +1387,7 @@ <property name="deps.initialized" value="${deps.initialized}"/> </ant> </target> + </project> <!-- These are for emacs. --> |