From aa6e931f559b2aa24d51de9cf4f02adca79db6a8 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 1 Mar 2010 19:22:16 -0500 Subject: hg clone will not clone individual directories; compensate; src/Makefile --- src/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') 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) -- cgit v1.2.3