aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2012-03-28 18:47:31 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2012-03-28 18:47:31 -0400
commit69c10c6a6708121601d004200b83c1c496544ff1 (patch)
treeb289967c19a3e79031c211a145f1b6d5c761f0ba /src
parentbe7dda53bd5a030c1a45ec0d3eba573d810f5051 (diff)
downloadtextadept-69c10c6a6708121601d004200b83c1c496544ff1.tar.gz
textadept-69c10c6a6708121601d004200b83c1c496544ff1.zip
Updated paths; src/Makefile
Diffstat (limited to 'src')
-rw-r--r--src/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile b/src/Makefile
index 12ea08c2..bf229916 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -187,8 +187,8 @@ luadoc: ../modules ../core ../lexers/lexer.lua
cd ../doc && $(LUADOC) -d . -t . --doclet markdowndoc $^
adeptsense: ../modules ../core ../lexers/lexer.lua
cd ../modules && $(LUADOC) -d lua --doclet lua/adeptsensedoc $^
-doxygen: Doxyfile
- cd ../ && doxygen $<
+doxygen: ../Doxyfile
+ doxygen $<
cleandoc:
rm -f ../doc/*.html
rm -rf ../doc/api ../doc/doxygen
@@ -224,8 +224,8 @@ release: ../$(TEXTADEPT) ../$(TEXTADEPT32) ../$(TEXTADEPTWIN32) \
../$(TEXTADEPTMAC) ../$(TEXTADEPTLPNG12) doc
hg archive $(RELEASEDIR32)
rm $(RELEASEDIR32)/.hg*
- cp -r ../doc $(RELEASEDIR32)
- hg clone http://scintillua.googlecode.com/hg/ tmp
+ cp -rL ../doc $(RELEASEDIR32)
+ hg clone http://foicica.com/hg/scintillua tmp
mv tmp/lexers $(RELEASEDIR32)
rm -r tmp
# Linux x64_64