Release Emacs Muse 3.10
[muse-el.git] / Makefile.defs.default
blob2de5d317bc705a69acdca12780be8d599bfdf441
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 install_info = install-info --info-dir=$(INFODIR) $(1) || :
24 # If you're using Debian or Ubuntu, uncomment the following rule and
25 # comment out the previous rule.
27 #install_info = install-info --section "Emacs" "emacs" --info-dir=$(INFODIR) \
28 #       $(INFODIR)/$(1) || :
30 # If you're using XEmacs, use something like the following instead of
31 # the above two rules.
33 #install_info = install-info --section "XEmacs 21.4" $(1).info \
34 #       $(INFODIR)/dir || :
36 # Useful only for the maintainer
37 PROJECT     = muse
38 DEBNAME     = muse-el
39 VERSION     = 3.10
40 MANUAL      = muse
41 LASTUPLOAD  = 3.03-1
42 BUILDOPTS   =
43 DISTRIBUTOR = debian
45 # Location of Emacs Lisp Package Archive entries
46 ELPADIR  = ../../elpa
47 # Description of ELPA package
48 ELPADESC = Authoring and publishing tool