dtdparse-commits
[Top] [All Lists]

[Dtdparse-commits] CVS: SGML-DTDParse README,2.1,2.2

2005-07-15 20:29:48
Update of SGML-DTDParse
Modified Files:
      Tag: 2
	README 
Log Message:
More information added to INSTALLATION.
Added DOCUMENTATION section.


======================================================================
FILE: SGML-DTDParse/README

--- README	2 Jul 2005 23:51:17 -0000	2.1
+++ README	16 Jul 2005 03:25:15 -0000	2.2
@@ -17,10 +17,33 @@
 INSTALLATION
 
-To install this module type the following:
+To install this package type the following:
 
-   perl Makefile.PL
-   make
-   make test
-   make install
+  perl Makefile.PL
+  make
+  make test
+  make install
+
+You may need administrative priviledges to do the above.
+
+If you want to install in a separate location from perl's default,
+you can do something like the following:
+
+  perl Makefile.PL PREFIX=/path/to/install
+
+
+DOCUMENTATION
+
+Manpages are included in the DTDParse installation.  They can
+be accessed like any other Perl module or command.  For example,
+
+  perldoc SGML::DTDParse
+
+If you want to read the documentation before installation, you
+can generate HTML documentation by typing the following after
+running 'perl Makefile.PL' described above:
+
+  make htmldoc
+
+HTML documentation will be available in doc/html.