diff options
author | 2010-09-01 19:15:02 -0400 | |
---|---|---|
committer | 2010-09-01 19:15:02 -0400 | |
commit | 9caa8093b25f657cd687048c950c6ccc283e7777 (patch) | |
tree | 2141d28f249fdaa1725a3b87a7016424bc2d0439 /src | |
parent | 3fc6a7c1d637a3b1da306d96b74794289331522a (diff) | |
download | textadept-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/Makefile | 2 |
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) |