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>2012-02-20 01:32:18 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2012-02-20 01:32:18 -0500
commitbb5fd6e44e480f571bcb713788cc50eea44095e5 (patch)
treedc3b9975b9bf9e18ce454348ab31ae232a372107 /samples/installdirs.html
parent3e8c172cd64e8a34029b60208c0d3016d3609505 (diff)
downloadlynx-snapshots-bb5fd6e44e480f571bcb713788cc50eea44095e5.tar.gz
snapshot of project "lynx", label v2-8-8dev_10b
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>