aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2010-03-01 19:22:16 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2010-03-01 19:22:16 -0500
commitaa6e931f559b2aa24d51de9cf4f02adca79db6a8 (patch)
tree92b25fca7531656018b07a31b9c557c7dc5aca5d
parent6ee712d8ba401e547ea66b062cf49407e7c09035 (diff)
downloadtextadept-aa6e931f559b2aa24d51de9cf4f02adca79db6a8.tar.gz
textadept-aa6e931f559b2aa24d51de9cf4f02adca79db6a8.zip
hg clone will not clone individual directories; compensate; src/Makefile
-rw-r--r--src/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index c668c3c1..d44f9f3c 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -114,7 +114,9 @@ release: ../$(TEXTADEPT) ../$(TEXTADEPT32) ../$(TEXTADEPTWIN32) \
rm $(RELEASEDIR32)/.hg*
sh -c 'cd ../scripts && ./update_doc'
cp -r ../doc $(RELEASEDIR32)
- hg clone http://scintillua.googlecode.com/hg/lexers $(RELEASEDIR32)/lexers
+ hg clone http://scintillua.googlecode.com/hg/ tmp
+ mv tmp/lexers $(RELEASEDIR32)
+ rm -r tmp $(RELEASEDIR32/lexers/.hg*
# Linux x64_64
cp -r $(RELEASEDIR32) $(RELEASEDIR64)
cp ../$(TEXTADEPT64) $(RELEASEDIR64)