have clean target remove the generated man pages
[debian/cpmtools] / INSTALL
diff --git a/INSTALL b/INSTALL
index 16dd9e0b8ce1d61c68911763f1ca1e3671554f77..2e7e9dfb3c5bdbd020adfb80ba241d137d2742cb 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -3,16 +3,11 @@ Options for "./configure" include:
   --with-defformat=<default-format>
                   Set the standard format the cpmtools will use.
                   Default is ibm-3740
-  --with-device=<device>
-                  Set the method cpmtools will use to access discs. One of:
-                 posix: Use the original cpmtools driver for raw files or 
-                       Unix floppy drives.
-                  win32: Use the original cpmtools driver for raw files or 
-                       Windows floppy drives.
-                 LibDsk: Use LibDsk to access raw files, .DSK files, MYZ80 
+  --with-libdsk=path
+                  Use LibDsk to access raw files, .DSK files, MYZ80 
                         files and Unix/Windows floppy drives.  This library
                         is available at:
-                        http://www.seasip.demon.co.uk/Unix/LibDsk/
+                        https://www.seasip.info/Unix/LibDsk/
   --with-dmalloc
                  Use the dmalloc library
   --disable-floppy
@@ -20,16 +15,18 @@ Options for "./configure" include:
                   contains drivers for raw files, .DSK files and MYZ80 files.
 
   All the cpmtools that use LibDsk have an extra option: -T <type>. This 
-  sets the drive type used by LibDsk, and is one of:
+  sets the drive type used by LibDsk; available values include:
 
     "floppy" - The computer's floppy drive (only supported on Linux and Win32)
     "raw"    - Raw file (or the floppy drive on other Unix systems)
     "dsk"    - .DSK file
     "myz80"  - MYZ80 hard drive file
 
+    See the libdsk documentation for a full list.
+
     It will normally only be necessary to include "-T" when you are 
   accessing a MYZ80 file, because LibDsk can detect the other file types 
-  automatically. "-T" options are ignored if LibDsk is not being used.
+  automatically. "-T" options are not accepted if LibDsk is not being used.
 
 
 Basic Installation