Change build system so that changes to Makefile.defs don't get tracked
[muse-el.git] / Makefile.defs.default
blobbd37741daac7e3815abfb908ddf8623e58eb797f
1 # -*- Makefile -*-
3 # If you wish to modify this file, first copy it to a file called
4 # Makefile.defs.  The resulting Makefile.defs file may then be
5 # modified.
7 # Emacs options
8 EMACS    = emacs
9 SITEFLAG = --no-site-file
11 # XEmacs users will probably want the following settings.
12 #EMACS    = xemacs
13 #SITEFLAG = -no-site-file
15 # Installation options
16 # PREFIX is only used here.
17 PREFIX   = /usr/local
18 ELISPDIR = $(PREFIX)/share/emacs/site-lisp/muse
19 INFODIR  = $(PREFIX)/info
21 # Command to use to install the Info dir entry
22 INSTALLINFO = install-info --info-dir=$(INFODIR)
24 # If you're using Debian or Ubuntu, uncomment the following line and
25 # comment out the above line.
27 #INSTALLINFO = install-info --section "Emacs" "emacs" --info-dir=$(INFODIR)
29 # Useful only for the maintainer
30 PROJECT     = muse
31 DEBNAME     = muse-el
32 VERSION     = 3.03
33 MANUAL      = muse
34 LASTUPLOAD  = 3.02.8-1
35 BUILDOPTS   =
36 DISTRIBUTOR = debian
38 # Location of Emacs Lisp Package Archive entries
39 ELPADIR  = ../../elpa
40 # Description of ELPA package
41 ELPADESC = Authoring and publishing tool