From a109156415b410bfa8007beac6caba7cee02d0ae Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 28 Feb 2011 23:57:33 -0500 Subject: Include http://modules.textadept.googlecode.com/hg in release; src/Makefile --- src/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3