~ubuntu-branches/ubuntu/oneiric/muse-el/oneiric

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# -*- Makefile -*-
#
# If you wish to modify this file, first copy it to a file called
# Makefile.defs.  The resulting Makefile.defs file may then be
# modified.

# Emacs options
EMACS    = emacs
SITEFLAG = --no-site-file

# XEmacs users will probably want the following settings.
#EMACS    = xemacs
#SITEFLAG = -no-site-file

# Installation options
# PREFIX is only used here.
PREFIX   = /usr/local
ELISPDIR = $(PREFIX)/share/emacs/site-lisp/muse
INFODIR  = $(PREFIX)/info

# Command to use to install the Info dir entry
install_info = install-info --info-dir=$(INFODIR) $(1) || :

# If you're using Debian or Ubuntu, uncomment the following rule and
# comment out the previous rule.
#
#install_info = install-info --section "Emacs" "emacs" --info-dir=$(INFODIR) \
#	$(INFODIR)/$(1) || :

# If you're using XEmacs, use something like the following instead of
# the above two rules.
#
#install_info = install-info --section "XEmacs 21.4" $(1).info \
#	$(INFODIR)/dir || :

# Useful only for the maintainer
PROJECT     = muse
DEBNAME     = muse-el
VERSION     = 3.11
MANUAL      = muse
LASTUPLOAD  = 3.03-1
BUILDOPTS   =
DISTRIBUTOR = debian

# Location of Emacs Lisp Package Archive entries
ELPADIR  = ../../elpa
# Description of ELPA package
ELPADESC = Authoring and publishing tool