aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 331ae44c..53f3b255 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -443,6 +443,7 @@ $(scintillua_zip):
wget "http://foicica.com/hg/scintillua/archive/tip.zip" && mv tip.zip $@
../lexers: | $(scintillua_zip)
mkdir $@ && unzip -d $@ $| && mv $@/*/* $@
+ cp $@/LexLPeg.cxx $@/lexers/
ln -s $@/lexers/*.lua $@
LexLPeg.cxx: | ../lexers ; ln -s $|/$@ $@
$(lua_tgz): ; wget "http://www.lua.org/ftp/$@"