~ubuntu-branches/ubuntu/karmic/muse-el/karmic

« back to all changes in this revision

Viewing changes to Makefile.defs.default

  • Committer: Bazaar Package Importer
  • Author(s): Michael W. Olson (GNU address)
  • Date: 2008-01-09 15:51:46 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080109155146-0wwzermvvzs9rqzo
Tags: 3.11-3ubuntu1
* Merge with with Debian unstable (LP: #137284). Remaining Ubuntu changes:
  - Keep manual.
  - Set Ubuntu MOTU to be Maintainer

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- Makefile -*-
 
2
#
 
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.
 
6
 
 
7
# Emacs options
 
8
EMACS    = emacs
 
9
SITEFLAG = --no-site-file
 
10
 
 
11
# XEmacs users will probably want the following settings.
 
12
#EMACS    = xemacs
 
13
#SITEFLAG = -no-site-file
 
14
 
 
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
 
20
 
 
21
# Command to use to install the Info dir entry
 
22
install_info = install-info --info-dir=$(INFODIR) $(1) || :
 
23
 
 
24
# If you're using Debian or Ubuntu, uncomment the following rule and
 
25
# comment out the previous rule.
 
26
#
 
27
#install_info = install-info --section "Emacs" "emacs" --info-dir=$(INFODIR) \
 
28
#       $(INFODIR)/$(1) || :
 
29
 
 
30
# If you're using XEmacs, use something like the following instead of
 
31
# the above two rules.
 
32
#
 
33
#install_info = install-info --section "XEmacs 21.4" $(1).info \
 
34
#       $(INFODIR)/dir || :
 
35
 
 
36
# Useful only for the maintainer
 
37
PROJECT     = muse
 
38
DEBNAME     = muse-el
 
39
VERSION     = 3.11
 
40
MANUAL      = muse
 
41
LASTUPLOAD  = 3.03-1
 
42
BUILDOPTS   =
 
43
DISTRIBUTOR = debian
 
44
 
 
45
# Location of Emacs Lisp Package Archive entries
 
46
ELPADIR  = ../../elpa
 
47
# Description of ELPA package
 
48
ELPADESC = Authoring and publishing tool