Commit graph

5 commits

Author SHA1 Message Date
Charlie Sharpsteen
832b5ab7a7 AucTeX: Fix caveats
Ending `def caveats` with `puts <<-EOS` causes text to be printed whenever the
formula is imported (which confuses the output of things like `brew audit`). A
plain `<<-EOS` should be used.

Closes Homebrew/homebrew#7303.
2011-08-30 10:00:33 -07:00
Charlie Sharpsteen
cefcc3a00b Auctex: Serialize installs
`make install` fails randomly if more than one thread is used.
2011-08-27 11:56:18 -07:00
Rui Pereira
e321b2e2dd Re-add auctex 11.86
An extensible package for writing and formatting TEX files in GNU Emacs and
XEmacs.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-27 11:54:12 -07:00
Charlie Sharpsteen
6c8629d14f Redact auctex
This reverts commit 32dfc2dfd7a2dcf1c2c1552cfe383af655592682.

Formula installs files outside of the Homebrew prefix, specifically to
`~/.emacs.d/auctex`.
2011-08-25 17:11:20 -07:00
Rui Pereira
44c54d8335 New formula for auctex 11.86
An extensible package for writing and formatting TEX files in GNU Emacs and XEmacs

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-25 17:00:18 -07:00