diff options
author | 2015-03-07 10:31:48 -0500 | |
---|---|---|
committer | 2015-03-07 10:31:48 -0500 | |
commit | a3f7184f91a239f81c39af67f208d2e7c5698524 (patch) | |
tree | ba300c6e837e0bc724e72c1c1ee3bb195f9bb8bc /src | |
parent | 7bc3fe85ab0930be30996927adae54764d91375e (diff) | |
download | textadept-a3f7184f91a239f81c39af67f208d2e7c5698524.tar.gz textadept-a3f7184f91a239f81c39af67f208d2e7c5698524.zip |
Official language modules are all in one repository now; src/Makefile
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index 1cea751d..6a4f1e25 100644 --- a/src/Makefile +++ b/src/Makefile @@ -299,7 +299,6 @@ osxapp_libs = libatk-1.0.0.dylib libcairo.2.dylib libexpat.1.dylib \ libintl.8.dylib libpango-1.0.0.dylib libpangocairo-1.0.0.dylib \ libpangoft2-1.0.0.dylib libpixman-1.0.dylib libpng14.14.dylib \ charset.alias gdk-pixbuf-2.0 gtk-2.0 pango -modules = css html rest ruby python yaml release-all: release release64 win32-release osx-release modules-release @@ -339,7 +338,7 @@ osx-release: $(basedir).osx zip -r /tmp/$<.zip $< && rm -rf $< $(basedir).modules: mkdir -p $@/modules - for m in $(modules); do hg clone /home/mitchell/code/$$m $@/modules/$$m; done + hg archive -R /home/mitchell/code/ta_modules/ $@/modules modules-release: $(basedir).modules ; zip -r /tmp/$<.zip $< && rm -r $< osx-app: ../textadept ../textadeptjit ../textadept-curses \ |