[Synopsis-changes] Synopsis/Synopsis README,1.16,1.17

Stefan Seefeld stefan at synopsis.fresco.org
Tue Dec 9 21:26:18 UTC 2003


Update of /cvs/synopsis/Synopsis
In directory frida:/tmp/cvs-serv28402

Modified Files:
	README 
Log Message:
correct typo

Index: README
===================================================================
RCS file: /cvs/synopsis/Synopsis/README,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -d -r1.16 -r1.17
--- README	6 Dec 2003 20:00:14 -0000	1.16
+++ README	9 Dec 2003 21:26:16 -0000	1.17
@@ -4,8 +4,9 @@ Installation guide
 Building
 --------
 
-* If the sources are checked out from cvs, run ./autogen.sh the configure scripts.
-* Run python setup.py build to compile everything.
+* If the sources are checked out from cvs, run './autogen.sh' to generate
+  the configure scripts.
+* Run 'python setup.py build' to compile everything.
   This will place all files that are going to be installed under build/
 
   If you do not want to install, but rather try synopsis out from within the
@@ -22,7 +23,8 @@ Building documentation
 * All four targets require xsltproc, and the printable Tutorial requires
   additionally fop (from http://xml.apache.org)
 
-* If you only want to build the html versions, run 'python setup.py build_doc --html'
+* If you only want to build the html versions, run 
+  'python setup.py build_doc --html'
 
 * If you only want the Tutorial, run 'python setup.py build_doc --tutorial'
 
@@ -34,7 +36,8 @@ Installing
 * To install synopsis in <prefix>, run 'python setup.py install --prefix=<prefix>'
   The default prefix is '/usr/local'.
 
-* If documentation was built before, it will be installed into <prefix>/share/doc/Synopsis
+* If documentation was built before, it will be installed into 
+  <prefix>/share/doc/Synopsis
 
 Using Synopsis
 --------------





More information about the Synopsis-changes mailing list