summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/bootstrap20
-rw-r--r--doc/pkg6
2 files changed, 21 insertions, 5 deletions
diff --git a/doc/bootstrap b/doc/bootstrap
index 9dfbee9..1b58727 100644
--- a/doc/bootstrap
+++ b/doc/bootstrap
@@ -1,3 +1,5 @@
+=pod
+
=head1 NAME
bootstrap - install the most essential utilities in $HOME.
@@ -10,15 +12,23 @@ B<./bootstrap>
bootstrap will, in this order, do the following:
- * create a basic directory structure
+=over
+
+=item * create a basic directory structure
+
+=item * Check whether python is installed on the machine
- * Check whether python is installed on the machine
+=item * Check whether mercurial is install on the machine.
+If not, receives a pre-build one via ssh/tar
- * Check whether mercurial is install on the machine
- If not, receives a pre-build one via ssh/tar
+=item * Clone and then install the core repository
- * Clone and then install the core repository
+=back
=head1 AUTHOR
Daniel Friesel <derf@derf.homelinux.org>
+
+=cut
+
+vim:ft=pod
diff --git a/doc/pkg b/doc/pkg
index a8908ab..3c72578 100644
--- a/doc/pkg
+++ b/doc/pkg
@@ -1,3 +1,5 @@
+=pod
+
=head1 NAME
pkg - Package maintenance utility
@@ -115,3 +117,7 @@ Default: -q
=head1 AUTHOR
Daniel Friesel <derf@derf.homelinux.org>
+
+=cut
+
+vim:ft=pod