diff options
author | 2012-08-26 14:21:44 -0400 | |
---|---|---|
committer | 2012-08-26 14:21:44 -0400 | |
commit | b80b8e433768c6c5873187faf68af16d1123683c (patch) | |
tree | 17a4d527d36a60bbefc978517c320d8922a8fc1d /src | |
parent | 522bc6a1ae26a4e1e6618c5b75e94ec529ded7d0 (diff) | |
download | textadept-b80b8e433768c6c5873187faf68af16d1123683c.tar.gz textadept-b80b8e433768c6c5873187faf68af16d1123683c.zip |
Updated tmp rule; src/Makefile
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index ae2b002c..a30b946e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -181,7 +181,7 @@ osx-ncurses: textadept-ncurses.osx textadeptjit-ncurses.osx tmp: rm -rf /tmp/tabuild && hg clone ../ /tmp/tabuild cp -rL ../Doxyfile ../doc ../lexers ../modules /tmp/tabuild/ - cp -r gtdialog gtkosx LexLPeg.cxx libluajit*.a lua luajit lua51.dll \ + cp -rL gtdialog gtkosx LexLPeg.cxx libluajit*.a lua luajit lua51.dll \ scintilla termkey cdk win*gtk /tmp/tabuild/src/ cd /tmp/tabuild/src/luajit && $(MAKE) clean ln -s `pwd`/../releases /tmp/tabuild |