From 962de934715327906d5ba9675790f0e16aba590c Mon Sep 17 00:00:00 2001
From: Michael R Sweet
Date: Mon, 29 Sep 2003 01:14:51 +0000
Subject: [PATCH] Doco updates for 1.2...
---
README | 10 +++++++---
index.html | 7 +++++++
2 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/README b/README
index 4738515..fdd7cbc 100644
--- a/README
+++ b/README
@@ -1,11 +1,10 @@
-README - 07/25/2003
+README - 09/28/2003
-------------------
INTRODUCTION
- This README file describes the Mini-XML library version
- 1.1.2.
+ This README file describes the Mini-XML library version 1.2.
Mini-XML is a small XML parsing library that you can use to
read XML and XML-like data files in your application without
@@ -49,6 +48,11 @@ BUILDING Mini-XML
./configure --prefix=/foo
+ Other configure options can be found using the --help
+ option:
+
+ ./configure --help
+
Once you have configured the software, type "make" to do the
build and run the test program to verify that things are
working, as follows:
diff --git a/index.html b/index.html
index 4374c47..56674e8 100644
--- a/index.html
+++ b/index.html
@@ -72,6 +72,13 @@ overridden using the --prefix option:
./configure --prefix=/foo
+Other configure options can be found using the --help
+option:
+
+
+./configure --help
+
+
Once you have configured the software, type "make" to do the
build and run the test program to verify that things are
working, as follows: