mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
0f6d4310ad
Thu Sep 15 15:57:07 CEST 2005. The previous history can be added to this by grafting.
26 lines
731 B
Makefile
26 lines
731 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
## $Id: Makefile.am,v 1.49 2005/05/13 21:45:27 rrowan Exp $
|
|
|
|
SUBDIRS = Unicode config contrib debian doc intl po src test
|
|
|
|
EXTRA_DIST = \
|
|
ABOUT-NLS \
|
|
BUGS \
|
|
Makefile.base \
|
|
SITES \
|
|
TODO \
|
|
autogen.sh \
|
|
features.conf
|
|
|
|
install-exec-hook:
|
|
@if grep 'Lua' features.log > /dev/null; then \
|
|
echo "**************************************************************"; \
|
|
echo "Lua 4 support in ELinks is obsolete. If you are upgrading"; \
|
|
echo "from ELinks <= 0.10.X, you must update $(CONFDIR)/hooks.lua."; \
|
|
echo "**************************************************************"; \
|
|
fi
|
|
|
|
|
|
CLEANFILES = $(srcdir)/features.log
|
|
MAINTAINERCLEANFILES = $(srcdir)/acinclude.m4
|