Sebastien Maret <[EMAIL PROTECTED]> writes: > Is there a target in AUCTeX Makefile to build and install everything > *except* byte-compiled lisp files? > > I am trying to package AUCTeX for Fink ( http://fink.sf.net ), and I > don't want the .elc files to be installed. These files are compiled > by a post-installation script for each emacs flavor after the > package installation.
You could look in the Makefile at the install target. It would appear that something like make -o install-lisp some install-el install might do the trick (the install-lisp target seems to have the actions for installing the elc files). -- David Kastrup, Kriemhildstr. 15, 44793 Bochum _______________________________________________ auctex-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex-devel
