aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2015-03-07 22:12:37 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2015-03-07 22:12:37 -0500
commitfb5ac7d697437ad4847f401859a8ad76b967c120 (patch)
treee64c48e56868995c9c34b5ab7747e17ea5567a9d /src
parent13e389bd79f1d5240901e6d97dbbb80c399f1a28 (diff)
downloadtextadept-fb5ac7d697437ad4847f401859a8ad76b967c120.tar.gz
textadept-fb5ac7d697437ad4847f401859a8ad76b967c120.zip
Updated language module link and location.
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 6a4f1e25..344df4db 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -338,7 +338,7 @@ osx-release: $(basedir).osx
zip -r /tmp/$<.zip $< && rm -rf $<
$(basedir).modules:
mkdir -p $@/modules
- hg archive -R /home/mitchell/code/ta_modules/ $@/modules
+ hg archive -R /home/mitchell/code/textadept_modules/ $@/modules
modules-release: $(basedir).modules ; zip -r /tmp/$<.zip $< && rm -r $<
osx-app: ../textadept ../textadeptjit ../textadept-curses \