summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--win32/MANIFEST.txt27
1 files changed, 15 insertions, 12 deletions
diff --git a/win32/MANIFEST.txt b/win32/MANIFEST.txt
index c8fd0a2..8441dd5 100644
--- a/win32/MANIFEST.txt
+++ b/win32/MANIFEST.txt
@@ -3,19 +3,22 @@
The Expat distribution creates several subdirectories on your system.
Some of these directories contain components of interest to all Expat
users, and some contain material of interest to developers who wish to
-use Expat in their applications.
+use Expat in their applications. In the list below, <top> is the
+directory you specified to the installer.
- Directory Contents
- -------------------------------------------------------------
- Expat-<version>\ The XML well-formedness checker,
- some general information files,
- and the uninstaller.
+ Directory Contents
+ ------------------------------------------------------------------
+ <top>\ The XML well-formedness checker and some general
+ information files.
- Expat-<version>\Doc\ API documentation for developers.
+ <top>\Doc\ API documentation for developers.
- Expat-<version>\Libs\ Pre-compiled libraries for
- developers.
+ <top>\Libs\ Pre-compiled libraries for developers.
- Expat-<version>\Source\ Source code, which may interest some
- developers, including a project file
- for Microsft Visual C++.
+ <top>\Source\ Source code, which may interest some developers,
+ including a workspace for Microsft Visual C++.
+ The source code includes the parser, the well-
+ formedness checker, and a couple of small sample
+ applications.
+
+ <top>\Unistall\ The uninstaller and its data files.