about summary refs log tree commit diff stats
path: root/samples/installdirs.html
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2011-06-11 12:12:46 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2011-06-11 12:12:46 -0400
commit279010bc0791556e63b4951d83a2c45252142b80 (patch)
tree2f0ca07764a555764bb1f5a628a3468e88bf0c59 /samples/installdirs.html
parent0b30d0d375231ff07227872f2d1d25f005e43e98 (diff)
downloadlynx-snapshots-279010bc0791556e63b4951d83a2c45252142b80.tar.gz
snapshot of project "lynx", label v2_8_8dev_9a
Diffstat (limited to 'samples/installdirs.html')
-rw-r--r--samples/installdirs.html18
1 files changed, 0 insertions, 18 deletions
diff --git a/samples/installdirs.html b/samples/installdirs.html
deleted file mode 100644
index c3f63c48..00000000
--- a/samples/installdirs.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<HTML>
-<TITLE>File Management Install Targets</TITLE>
-<!-- This is an example file for the Lynx dired "install" functionality.
-     Lynx needs to be compiled with dired support and OK_INSTALL defined.
-     For the dired "install" function to work, this file has to exist
-     in the HOME directory under the name ".installdirs.html" or (for
-     8+3, i.e. DOS-like, filesystems) "instdirs.htm".
-  -->
-<BODY>
-<H1>Install Target directories</H1>
-<UL>
-<LH>Choose destination:</LH>
-<LI><A HREF="LYNXDIRED://INSTALL_DEST/~/">install in Home directory</A>
-<LI><A HREF="LYNXDIRED://INSTALL_DEST/~/bin">install in ~/bin</A>
-<LI><A HREF="LYNXDIRED://INSTALL_DEST/tmp">install in /tmp</A>
-</UL>
-</BODY>
-</HTML>