chiark / gitweb /
README -> README.md
authorRichard Kettlewell <rjk@terraraq.org.uk>
Fri, 9 Aug 2013 14:45:01 +0000 (15:45 +0100)
committerRichard Kettlewell <rjk@terraraq.org.uk>
Fri, 9 Aug 2013 14:45:01 +0000 (15:45 +0100)
Makefile.am
README.md [moved from README with 91% similarity]

index ef591a69362d4345d0e5e1e917d7d53a66e57fb0..ab3c08a98b31c0fe06cdc57ecb0da65a2d96c3f6 100644 (file)
@@ -1,5 +1,4 @@
 bin_PROGRAMS=vbig
 vbig_SOURCES=vbig.cc Arcfour.h Arcfour.cc
 man_MANS=vbig.1
-EXTRA_DIST=${man_MANS}
-
+EXTRA_DIST=${man_MANS} README.md
similarity index 91%
rename from README
rename to README.md
index 2a340c40a8b4437b7bd10e189cb0c36cac0ad8cb..8dba9fcb2ae38893fca62bf449bbb66985aac189 100644 (file)
--- a/README
+++ b/README.md
@@ -5,20 +5,20 @@ vbig creates or verifies a file full of psuedo-random data.
 The intended use is to verify that storage media work properly.
 
 Installation
-============
+------------
 
 If you got it from git:
 
-  autoreconf -is
+    autoreconf -is
 
 In any case:
 
-  ./configure
-  make
-  sudo make install
+    ./configure
+    make
+    sudo make install
 
 Author
-======
+------
 
 Copyright (C) 2011, 2013 Richard Kettlewell
 Copyright (C) 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc.