goba            Wed Feb  7 02:55:38 2001 EDT

  Modified files:              
    /phpdoc     README.win32 
  Log:
  Cygwin understands drive letters and there we should use them...
  With this, manual genenarting on Windows is all right now :)
  
  
  
Index: phpdoc/README.win32
diff -u phpdoc/README.win32:1.1 phpdoc/README.win32:1.2
--- phpdoc/README.win32:1.1     Fri Feb  2 05:58:04 2001
+++ phpdoc/README.win32 Wed Feb  7 02:55:37 2001
@@ -60,15 +60,14 @@
 
        If you never worked with bash or unix machine before, note that
        there are used slashes (/) instead of backslashes (\) in
-       paths. There also no drive letters. If you want access
-       directory foo on drive c: write is as //c/foo instead of
-       c:\foo.
+       paths. If you want access directory foo on drive c: write
+       is as c:/foo instead of c:\foo.
 
     6. Now do same steps as on unix machine. For example for building
        HTML version of documentation use:
 
         autoconf
-        ./configure --with-dsssl=//c/path/to/dsssl/stylesheets
+        ./configure --with-dsssl=c:/path/to/dsssl/stylesheets/dir
         make html
 
     7. Wait a few minutes (now it is time to have a couple of tea or
@@ -78,4 +77,4 @@
 
 Based on README, Win32 specific notes added by Jirka Kosek <[EMAIL PROTECTED]>
 
-Last modified $Date: 2001/02/02 13:58:04 $
+Last modified $Date: 2001/02/07 10:55:37 $


Reply via email to