Update version, note that Ikiwiki support is not complete.
[muse-el.git] / Makefile.defs.default
blob28d7eb7cefbaa48eadfeeb9fc9bd6b9d9a3a8f39
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 VERSION     = 3.20
40 MANUAL      = muse
42 # Location of Emacs Lisp Package Archive entries
43 ELPADIR  = ../../elpa
44 # Description of ELPA package
45 ELPADESC = Authoring and publishing tool