summaryrefslogtreecommitdiff
path: root/lang/elisp-manual/Makefile
blob: d9f02905aed7eab31d87be2c309f6733ff7b9909 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.8 2003/06/19 22:18:05 seb Exp $

DISTNAME=	elisp-manual-21-2.8
CATEGORIES=	lang
MASTER_SITES=	${MASTER_SITE_GNU:=emacs/}

MAINTAINER=	uebayasi@netbsd.org
HOMEPAGE=	http://www.gnu.org/software/emacs/emacs.html
COMMENT=	The Emacs Lisp Reference Manual for GNU Emacs Version 20.3

GNU_CONFIGURE=	YES
USE_NEW_TEXINFO=	YES
INFO_FILES=	elisp

ALL_TARGET=	elisp

.include "../../mk/bsd.pkg.mk"