=================================================================== RCS file: /cvs/mandoc/Attic/index.sgml,v retrieving revision 1.2 retrieving revision 1.8 diff -u -p -r1.2 -r1.8 --- mandoc/Attic/index.sgml 2009/02/23 15:38:20 1.2 +++ mandoc/Attic/index.sgml 2009/02/25 12:46:27 1.8 @@ -28,7 +28,7 @@ package of the BSD manual pages. The mission of mdocml is to deprecate groff, the GNU roff implementation, for displaying BSD mdoc pages. groff amounts to over 60 000 lines of GPL C++ source, which is a - considerable encumbrance to BSD operating system. + considerable encumbrance to BSD operating systems.

@@ -73,22 +73,27 @@ i386, AMD64 and Alpha.

+

+ The most current version is @VERSION@, dated + @VDATE@. +

+

- nightly source + snapshotted source

- CVS sources are checkedout and snapshotted nightly. These may be found in the /snapshots/ directory.

% cd /tmp
- % ftp -V -o- http://mdocml.bsd.lv/snapshots/mdocml.tgz | tar -zxf -
+ % ftp -V -o- http://mdocml.bsd.lv/snapshots/mdocml.tar.gz | tar -zvxf -
% cd mdocml
- % make
+ % make all
% make regress
- % make install + # make install

@@ -96,28 +101,21 @@

- The nightly snapshot is automatically converted into an OpenBSD port (ports for other BSD systems not + The source snapshot is automatically converted into an OpenBSD port (ports for other BSD systems not yet available). These may be found in the /ports-openbsd/ directory. + You must have the ports tree installed.

-

- If installing for the first time: -

-

- % ftp -V -o- http://mdocml.bsd.lv/ports-openbsd/mdocml.tgz | tar -zxf -
- % cd mdocml
- % sudo make
- % sudo make install + # pkg_delete mdocml
+ # cd /usr/ports/devel/
+ # rm -rf mdocml
+ # ftp -V -o- http://mdocml.bsd.lv/ports-openbsd/mdocml.tar.gz | tar -zvxf -
+ # cd mdocml
+ # make build
+ # make regress
+ # make install

- -

- Subsequent installations: -

- -

- % sudo pkg_add -r mdocml -

@@ -143,7 +141,7 @@
- Copyright © 2009 Kristaps Džonsons, $Date: 2009/02/23 15:38:20 $ + Copyright © 2009 Kristaps Džonsons, $Date: 2009/02/25 12:46:27 $