summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2005-06-13 14:15:22 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2005-06-13 14:15:22 +0000
commitb74ff3531a2774adb2b2397dcf2294cec3cc0897 (patch)
treee1c69919d6c3e6a8d8ed4a6fdcd3e77b07d43b18
parent0d75ff8efeb99621885940201628244db55bf25e (diff)
downloadmemedit-b74ff3531a2774adb2b2397dcf2294cec3cc0897.tar.gz
memedit-b74ff3531a2774adb2b2397dcf2294cec3cc0897.tar.xz
-rw-r--r--README11
1 files changed, 9 insertions, 2 deletions
diff --git a/README b/README
index fc8eff2..ae572fe 100644
--- a/README
+++ b/README
@@ -16,14 +16,13 @@ Dependencies:
- genparse
http://ftp.debian.org/debian/pool/main/g/genparse/genparse_0.5.2.orig.tar.gz
-
+
Building memedit:
----------------------------------------------------------------
Please refer to the INSTALL file for detailed instructions.
Building memedit from svn:
-----------------------------------------------------------------
Before you can install memedit as described in the INSTALL File,
you may need to initialize autoconf/automake first.
@@ -35,3 +34,11 @@ Install
Enter the memedit build directory and run ./bootstrap
After that, proceed with the instructions in INSTALL.
+Documentation:
+----------------------------------------------------------------
+To generate a Postscript Version of the Manual Pages, type
+
+man -t 1 memedit > memedit.1.ps
+or (in the source directory)
+man -t -l memedit.1 > memedit.1.ps
+