5e7d82c263
AUCTeX is an extensible package that supports writing and formatting TeX files for most variants of GNU Emacs. AUCTeX supports many different TeX macro packages, including AMS-TeX, LaTeX, and Texinfo. Maintainer: Rich Cannings <cannings@openbsd.org> WWW: http://www.gnu.org/software/auctex/
13 lines
520 B
Plaintext
13 lines
520 B
Plaintext
$OpenBSD: patch-Makefile,v 1.1.1.1 2004/02/21 01:41:12 pvalchev Exp $
|
|
--- Makefile.orig 2004-02-03 14:20:52.000000000 -0700
|
|
+++ Makefile 2004-02-03 14:20:52.000000000 -0700
|
|
@@ -121,7 +121,7 @@ contrib:
|
|
# $(ELC) hilit-LaTeX.el # Doesn't compile without X
|
|
|
|
install-lisp: some
|
|
- if [ ! -d $(lispdir) ]; then mkdir $(lispdir); else true; fi ;
|
|
+ if [ ! -d $(lispdir) ]; then mkdir -p -m 755 $(lispdir); else true; fi ;
|
|
if [ -f $(lispdir)/tex-site.el ]; \
|
|
then \
|
|
echo "Leaving old tex-site.el alone."; \
|