ChangeLog: update.
[muse-el.git] / Makefile.defs.default
blobff484a2c0b227e5bbcab2a4a79ec680556f582a6
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 DESTDIR  =
18 PREFIX   = /usr/local
19 ELISPDIR = $(DESTDIR)$(PREFIX)/share/emacs/site-lisp/muse
20 INFODIR  = $(DESTDIR)$(PREFIX)/share/info
22 # Command to use to install the Info dir entry
23 install_info = install-info --info-dir=$(INFODIR) $(1) || :
25 # If you're using Debian or Ubuntu, uncomment the following rule and
26 # comment out the previous rule.
28 #install_info = install-info --section "Emacs" "emacs" --info-dir=$(INFODIR) \
29 #       $(INFODIR)/$(1) || :
31 # If you're using XEmacs, use something like the following instead of
32 # the above two rules.
34 #install_info = install-info --section "XEmacs 21.4" $(1).info \
35 #       $(INFODIR)/dir || :
37 # Useful only for the maintainer
38 PROJECT     = muse
39 DEBNAME     = muse-el
40 VERSION     = 3.12
41 MANUAL      = muse
42 LASTUPLOAD  = 3.03-1
43 BUILDOPTS   =
44 DISTRIBUTOR = debian
46 # Location of Emacs Lisp Package Archive entries
47 ELPADIR  = ../../elpa
48 # Description of ELPA package
49 ELPADESC = Authoring and publishing tool