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.
43 lines
882 B
Makefile
43 lines
882 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
## $Id: Makefile.am,v 1.19 2005/06/03 02:18:43 jonas Exp $
|
|
|
|
include $(top_srcdir)/Makefile.base
|
|
|
|
EXTRA_DIST = \
|
|
LinksOS2Icon.zip \
|
|
README \
|
|
colws.diff \
|
|
elinks.conf \
|
|
elinks-vim.diff \
|
|
elinks.fortune \
|
|
elinks.spec.in \
|
|
elinks.vim \
|
|
js-1.5-rc6a+elinks.patch \
|
|
keybind-full.conf \
|
|
keybind.conf \
|
|
links_wps.zip \
|
|
wipe-out-ssl \
|
|
wipe-out-ssl.awk \
|
|
user.css \
|
|
TIPS-AND-TRICKS \
|
|
conv/conf-links2elinks.pl \
|
|
conv/mailcap.pl \
|
|
conv/old_to_new_bookmarks.sh \
|
|
conv/w3m2links.awk \
|
|
conv/w3m2links.awk.in \
|
|
guile/internal-hooks.scm \
|
|
guile/user-hooks.scm \
|
|
lua/babelfish.lua \
|
|
lua/bm-to-elinks-bookmarks.lua \
|
|
lua/bm.lua \
|
|
lua/config.lua \
|
|
lua/elinks-remote \
|
|
lua/highlight.lua \
|
|
lua/hooks.lua.in \
|
|
lua/md5check.lua \
|
|
lua/remote.lua \
|
|
perl/hooks.pl \
|
|
perl/config.pl \
|
|
python/hooks.py \
|
|
ruby/hooks.rb
|