aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2010-09-01 19:15:02 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2010-09-01 19:15:02 -0400
commit9caa8093b25f657cd687048c950c6ccc283e7777 (patch)
tree2141d28f249fdaa1725a3b87a7016424bc2d0439 /src
parent3fc6a7c1d637a3b1da306d96b74794289331522a (diff)
downloadtextadept-9caa8093b25f657cd687048c950c6ccc283e7777.tar.gz
textadept-9caa8093b25f657cd687048c950c6ccc283e7777.zip
Include LexLPeg.cxx in src package's src/ directory; src/Makefile
It is no longer contained within the src/scintilla/ folder due to changes in Scintillua.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 1b52855e..d0b81e4f 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -156,7 +156,7 @@ release: ../$(TEXTADEPT) ../$(TEXTADEPT32) ../$(TEXTADEPTWIN32) \
rm -r $(RELEASEDIRMAC)
# Source
rm $(RELEASEDIR32)/$(TEXTADEPT)
- cp -r lua scintilla gcocoadialog $(RELEASEDIR32)/src/
+ cp -rL lua scintilla gcocoadialog LexLPeg.cxx $(RELEASEDIR32)/src/
rm -r $(RELEASEDIR32)/src/scintilla/.hg
cp -r ../xcode $(RELEASEDIR32)/
zip -r $(SRCPACKAGE) $(RELEASEDIR32)