From c3320f1b5f704d5c3ed505f30cb87184ad202bec Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 28 Jan 2016 11:24:11 +0200 Subject: Finish man page styling --- doc/cli.sh | 2 +- doc/common.css | 1 + doc/man.css | 1 + doc/pre-box.css | 1 + doc/style | 2 +- 5 files changed, 5 insertions(+), 2 deletions(-) create mode 120000 doc/common.css create mode 120000 doc/man.css create mode 120000 doc/pre-box.css diff --git a/doc/cli.sh b/doc/cli.sh index 83aefdc..25fe084 100755 --- a/doc/cli.sh +++ b/doc/cli.sh @@ -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 index 60fec06..9510963 160000 --- a/doc/style +++ b/doc/style @@ -1 +1 @@ -Subproject commit 60fec06053818e32e97b028fa1d4d1085fd1e679 +Subproject commit 9510963c900770f86f80b98f07deb8242448b117 -- cgit v1.1