diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-28 11:24:11 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-28 11:24:11 +0200 |
commit | c3320f1b5f704d5c3ed505f30cb87184ad202bec (patch) | |
tree | b52648b12eda0b61c35b835eb55d5a065bebf2fe | |
parent | c896724d35ae6b15598879d394502afff501c62e (diff) |
Finish man page styling
-rwxr-xr-x | doc/cli.sh | 2 | ||||
l--------- | doc/common.css | 1 | ||||
l--------- | doc/man.css | 1 | ||||
l--------- | doc/pre-box.css | 1 | ||||
m--------- | doc/style | 0 |
5 files changed, 4 insertions, 1 deletions
@@ -1,7 +1,7 @@ #! /usr/bin/env bash version="0.2.0" -date="XX January 2016" +date="January 2016" trap 'exit 1' ERR set -o errtrace # Trap in functions. diff --git a/doc/common.css b/doc/common.css new file mode 120000 index 0000000..3ddf6fc --- /dev/null +++ b/doc/common.css @@ -0,0 +1 @@ +style/common.css
\ No newline at end of file diff --git a/doc/man.css b/doc/man.css new file mode 120000 index 0000000..e0c4308 --- /dev/null +++ b/doc/man.css @@ -0,0 +1 @@ +style/man.css
\ No newline at end of file diff --git a/doc/pre-box.css b/doc/pre-box.css new file mode 120000 index 0000000..b9ec76c --- /dev/null +++ b/doc/pre-box.css @@ -0,0 +1 @@ +style/pre-box.css
\ No newline at end of file diff --git a/doc/style b/doc/style -Subproject 60fec06053818e32e97b028fa1d4d1085fd1e67 +Subproject 9510963c900770f86f80b98f07deb8242448b11 |