Skip to content

Instantly share code, notes, and snippets.

@febuiles
Created December 21, 2008 20:13
Show Gist options
  • Select an option

  • Save febuiles/38752 to your computer and use it in GitHub Desktop.

Select an option

Save febuiles/38752 to your computer and use it in GitHub Desktop.
# 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