Skip to content

Commit

Permalink
Updated Auctex
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry authored and Henry committed Mar 23, 2014
1 parent 1c0065c commit 08e4181
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/bin/Allmake
@@ -1,7 +1,7 @@
(cd anything-config/extensions && make)
(cd anything-config && make)
(cd apel && make)
(cd auctex-11.86 && aucDir=$HOME/.emacs.d/packages/auctex && mkdir -f $aucDir && ./configure --prefix=$aucDir --with-lispdir=$aucDir --with-texmf-dir=$aucDir --with-tex-dir=$aucDir --with-doc-dir=$aucDir && make && make install)
(cd auctex-11.87 && aucDir=$HOME/.emacs.d/packages/auctex && mkdir -p $aucDir && ./configure --prefix=$aucDir --with-lispdir=$aucDir --with-texmf-dir=$aucDir --with-tex-dir=$aucDir --with-doc-dir=$aucDir && make && make install)
(cd babel && make)
(cd bbdb && make)
(cd cl-lookup && make)
Expand Down
2 changes: 1 addition & 1 deletion packages/bin/getAll
@@ -1,7 +1,7 @@
git clone git://repo.or.cz/anything-config.git
git clone https://github.com/auto-complete/auto-complete.git
git clone https://github.com/wanderlust/apel.git
wget http://ftp.gnu.org/pub/gnu/auctex/auctex-11.86.tar.gz
wget http://ftp.gnu.org/pub/gnu/auctex/auctex-11.87.tar.gz
git clone git://github.com/juergenhoetzel/babel.git
cvs -d :pserver:anonymous@bbdb.cvs.sourceforge.net:/cvsroot/bbdb login
cvs -d :pserver:anonymous@bbdb.cvs.sourceforge.net:/cvsroot/bbdb checkout bbdb
Expand Down

0 comments on commit 08e4181

Please sign in to comment.