about summary refs log tree commit diff stats
path: root/makefile.in
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1997-10-27 19:05:04 -0500
committerThomas E. Dickey <dickey@invisible-island.net>1997-10-27 19:05:04 -0500
commit8f8c57cc7c0e876cd291e2b4de23a52e060b30ba (patch)
treeb813d59380c9db4f7b59bf8a5a965aa606627183 /makefile.in
parentcbcc3a1e1a82b01eea370bf7841e6b5f4d1e46c1 (diff)
downloadlynx-snapshots-8f8c57cc7c0e876cd291e2b4de23a52e060b30ba.tar.gz
snapshot of project "lynx", label v2-7-1ac_0-89
Diffstat (limited to 'makefile.in')
-rw-r--r--makefile.in13
1 files changed, 9 insertions, 4 deletions
diff --git a/makefile.in b/makefile.in
index 115fbbcb..321547ca 100644
--- a/makefile.in
+++ b/makefile.in
@@ -36,7 +36,7 @@ mandir= @mandir@/man1
 libdir= @libdir@
 
 installbin= @INSTALL_PROGRAM@ -c -s -m 755
-installdoc= @INSTALL_DATA@ -c -m 444
+installdoc= @INSTALL_DATA@
 
 ##set the relative location of the WWW library Implementation directory,
 ##from this directory
@@ -102,7 +102,8 @@ SITE_DEFS = # Your defines here
 # defines include:
 # -DARCHIVE_ONLY   (see README.configure)
 # -DDIRED_SUPPORT  (see README.configure)
-# -DEXP_CHARTRANS  (see README.configure)
+# -DDONT_TRACK_INTERNAL_LINKS - Handle following links to same doc differently.
+# -DEXP_CHARTRANS  (see README.configure - needs to be set)
 # -DEXP_CHARTRANS_AUTOSWITCH also let lynx switch term mode(Linux console only)
 # -DHP_TERMINAL    For DIM workaround to REVERSE problems on HP terminals.
 # -DIGNORE_CTRL_C  Define if Control-C shouldn't exit lynx.
@@ -125,9 +126,8 @@ SITE_DEFS = # Your defines here
 # -DSLANG_MBCS_HACK prevent cutoff lines when using UTF8 console (slang only)
 # -DSOCKS          For making a SOCKSified lynx.
 # -DUNDERLINE_LINKS  Define if you want links underlined instead of bold.
-# -DUNPAINT_CACHE  (see README.configure)
-# -DUSEHASH        (see README.configure)
 # -DUSE_COLOR_STYLE (see README.configure)
+# -DUSE_HASH       (see README.configure)
 # -DUSE_SLANG      (see README.configure)
 # -DUSE_ZLIB       To use some functions from zlib library if you have it.
 #
@@ -235,3 +235,8 @@ install: lynx
 	$(installbin) lynx $(bindir)/lynx
 	$(installdoc) lynx.man $(mandir)/lynx.1
 	$(installdoc) lynx.cfg $(libdir)/lynx.cfg
+
+uninstall:
+	-rm -f $(bindir)/lynx
+	-rm -f $(mandir)/lynx.1
+	-rm -f $(libdir)/lynx.cfg