Created
December 21, 2008 20:13
-
-
Save febuiles/38752 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # All versions of Emacs prior to 19.34 for Emacs and | |
| # prior to 19.14 for XEmacs are unsupported. | |
| # what emacs is called on your system | |
| EMACS = emacs | |
| # top of the installation | |
| prefix = /usr/local | |
| # where the Info file should go | |
| INFODIR = ${prefix}/lib/emacs/info | |
| # where the vm.elc, tapestry.elc, etc. files should go | |
| LISPDIR = /home/federico/.emacs.d/vm/ | |
| # where the toolbar pixmaps should go. | |
| # vm-toolbar-pixmap-directory must point to the same place. | |
| # vm-image-directory must point to the same place. | |
| PIXMAPDIR = ${prefix}/lib/emacs/etc/vm | |
| # where the binaries should be go. | |
| BINDIR = ${prefix}/bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment