diff options
author | 2011-02-28 23:57:33 -0500 | |
---|---|---|
committer | 2011-02-28 23:57:33 -0500 | |
commit | a109156415b410bfa8007beac6caba7cee02d0ae (patch) | |
tree | 915465b2e8560795c20a975328b4d527ef105b06 /src | |
parent | 8129a98fb246f5b1a5e00a1f014cc50e6c0dfd29 (diff) | |
download | textadept-a109156415b410bfa8007beac6caba7cee02d0ae.tar.gz textadept-a109156415b410bfa8007beac6caba7cee02d0ae.zip |
Include http://modules.textadept.googlecode.com/hg in release; src/Makefile
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 292422ed..27db6f50 100644 --- a/src/Makefile +++ b/src/Makefile @@ -156,6 +156,9 @@ release: ../$(TEXTADEPT) ../$(TEXTADEPT32) ../$(TEXTADEPTWIN32) \ hg clone http://scintillua.googlecode.com/hg/ tmp mv tmp/lexers $(RELEASEDIR32) rm -r tmp + hg clone http://modules.textadept.googlecode.com/hg tmp + mv tmp/* $(RELEASEDIR32)/modules + rm -r tmp # Linux x64_64 cp -r $(RELEASEDIR32) $(RELEASEDIR64) cp ../$(TEXTADEPT64) $(RELEASEDIR64) @@ -185,7 +188,6 @@ release: ../$(TEXTADEPT) ../$(TEXTADEPT32) ../$(TEXTADEPTWIN32) \ # Source rm $(RELEASEDIR32)/$(TEXTADEPT) cp -rL lua scintilla gcocoadialog LexLPeg.cxx $(RELEASEDIR32)/src/ - cp -r ../scripts $(RELEASEDIR32)/ rm -r $(RELEASEDIR32)/src/scintilla/.hg zip -r $(SRCPACKAGE) $(RELEASEDIR32) # Done |