1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/japanese/elisp-manual/files/Makefile.in
SADA Kenji 64c1cad545 New port for a Japanese translation of the
GNU Emacs Lisp Reference Manual edition 2.5.

PR:		ports/17771
Submitted by:	OKAZAKI Tetsurou <okazaki@be.to>
2000-07-24 22:29:46 +00:00

20 lines
449 B
Makefile

TEXIFILE= elisp.texi
INFOFILE= ../info/elisp-ja
EMACS?= emacs
EMACS_ARGS= -batch -nw --multibyte -no-init-file -no-site-file
EMACS_LOADLIBS= --load=texinfmt.el --load=PORT_TEXIFMT.MK
EMACS_FUNCALLS= --eval "(port-texinfo-format \"${TEXIFILE}\" 'junet)"
all: ${INFOFILE}
${INFOFILE}: ${TEXIFILE}
${EMACS} ${EMACS_ARGS} ${EMACS_LOADLIBS} ${EMACS_FUNCALLS}
install: all
${BSD_INSTALL_DATA} ${INFOFILE} ${PREFIX}/info
clean:
rm -f ${INFOFILE}