aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2010-04-29 12:40:21 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2010-04-29 12:40:21 -0400
commit92c762d8092ff4324c667846949df202d5529b64 (patch)
tree56b534e7cf7eb3a5c706fc2eb1c2395b86c545af
parent12ff44bed6196c3d5170615a15697f63079caadc (diff)
downloadtextadept-92c762d8092ff4324c667846949df202d5529b64.tar.gz
textadept-92c762d8092ff4324c667846949df202d5529b64.zip
Prevent double-insertion of Markdown in LuaDoc; src/Makefile
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 4864c6b5..382b5021 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -115,9 +115,9 @@ SRCPACKAGE = ../releases/$(RELEASEDIR32).src.zip
release: ../$(TEXTADEPT) ../$(TEXTADEPT32) ../$(TEXTADEPTWIN32) \
../$(TEXTADEPTMAC)
+ sh -c 'cd ../scripts && ./update_doc'
hg archive $(RELEASEDIR32)
rm $(RELEASEDIR32)/.hg*
- sh -c 'cd ../scripts && ./update_doc'
cp -r ../doc $(RELEASEDIR32)
hg clone http://scintillua.googlecode.com/hg/ tmp
mv tmp/lexers $(RELEASEDIR32)