aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2015-03-09 10:21:40 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2015-03-09 10:21:40 -0400
commitf06031ae6e03911454b20553ed19c8ec4cd14bf9 (patch)
tree30aadb86a1e82e2b271f6a8b88878bed420a30f4 /src
parentfb5ac7d697437ad4847f401859a8ad76b967c120 (diff)
Fixed nightly builds; src/Makefile
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 344df4db..78a57387 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/textadept_modules/ $@/modules
+ hg archive -R /home/mitchell/code/textadept_modules/ -r tip $@/modules
modules-release: $(basedir).modules ; zip -r /tmp/$<.zip $< && rm -r $<
osx-app: ../textadept ../textadeptjit ../textadept-curses \