mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-20 13:21:15 +01:00
346d84c900
git-svn-id: file:///srv/svn/repos/haiku/trunk/buildtools@9577 a95241bf-73f2-0310-859d-f6bbb57e9c96
22 lines
682 B
Makefile
22 lines
682 B
Makefile
## Makefile.am for texinfo/emacs.
|
|
## $Id: Makefile.am,v 1.1 2004/10/28 18:14:08 zooey Exp $
|
|
## Run automake in .. to produce Makefile.in from this.
|
|
|
|
# Do not byte compile our Elisp files by default.
|
|
ELCFILES =
|
|
|
|
# Do not install our Elisp files by default, either.
|
|
noinst_LISP = info.el informat.el makeinfo.el \
|
|
texinfmt.el texinfo.el texnfo-upd.el
|
|
|
|
EXTRA_DIST = README elisp-comp new-useful-setqs $(noinst_LISP)
|
|
|
|
install-data-local:
|
|
@echo "WARNING: You must (compile and) install the Emacs Lisp files"
|
|
@echo "WARNING: manually. See ./emacs/README for some considerations."
|
|
|
|
# For some reason these do not get defined.
|
|
distclean-lisp:
|
|
clean-lisp:
|
|
mostlyclean-lisp:
|