~ubuntu-branches/ubuntu/raring/muse-el/raring

« back to all changes in this revision

Viewing changes to Makefile.defs

  • Committer: Bazaar Package Importer
  • Author(s): Michael W. Olson (GNU address)
  • Date: 2005-12-17 12:11:27 UTC
  • Revision ID: james.westby@ubuntu.com-20051217121127-b4yfr70a7hnrexdg
Tags: upstream-3.02.5
ImportĀ upstreamĀ versionĀ 3.02.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- Makefile -*-
 
2
EMACS    = emacs
 
3
SITEFLAG = --no-site-file
 
4
 
 
5
# Xemacs users will probably want the following settings.
 
6
#EMACS    = xemacs
 
7
#SITEFLAG = -no-site-file
 
8
 
 
9
# Installation options
 
10
# PREFIX is only used here.
 
11
PREFIX   = /usr/local
 
12
ELISPDIR = $(PREFIX)/share/emacs/site-lisp/muse
 
13
INFODIR  = $(PREFIX)/info
 
14
 
 
15
# Command to use to install the Info dir entry
 
16
INSTALLINFO = install-info --info-dir=$(INFODIR)
 
17
 
 
18
# If you're using Debian, uncomment the following line and comment out
 
19
#the above line.
 
20
#INSTALLINFO = install-info --section "Emacs" "emacs" --info-dir=$(INFODIR)
 
21
 
 
22
# Useful only for the maintainer
 
23
VERSION    = 3.02.5
 
24
LASTUPLOAD = 3.02.02-1
 
25
BUILDOPTS  =