=================================================================== RCS file: /cvs/mandoc/Attic/index.sgml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- mandoc/Attic/index.sgml 2009/02/23 16:01:33 1.3 +++ mandoc/Attic/index.sgml 2009/02/23 20:55:56 1.4 @@ -74,21 +74,19 @@

- 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 regress
- % make install + % make && make regress && make install

@@ -96,29 +94,19 @@

- 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 (you must have the ports tree installed): -

-

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

- -

- Subsequent installations: -

- -

- % sudo pkg_add -r mdocml -

@@ -144,7 +132,7 @@
- Copyright © 2009 Kristaps Džonsons, $Date: 2009/02/23 16:01:33 $ + Copyright © 2009 Kristaps Džonsons, $Date: 2009/02/23 20:55:56 $