diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2019-07-06 14:55:04 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2019-07-06 14:56:28 +0200 |
commit | 4b61d5e13773bf8bf25537f28d1a42f7c6473b75 (patch) | |
tree | ac753da3046611133911d1838b52ee3ab3141cde /doc/build.md | |
parent | 955cda2cfa32ca6e475b6726df4732f5dc98a30f (diff) |
doc/*: Fix minor space damage.
Also, set tab size to 4 spaces in the HTML for consistency.
Diffstat (limited to 'doc/build.md')
-rw-r--r-- | doc/build.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/build.md b/doc/build.md index ec87e73..5c362f1 100644 --- a/doc/build.md +++ b/doc/build.md @@ -33,9 +33,9 @@ On Debian GNU/Linux systems, the dependencies can be installed with the following command: $ apt install libconfig-tiny-perl \ - libdbi-perl \ - libdbd-sqlite3-perl \ - libnet-ssleay-perl + libdbi-perl \ + libdbd-sqlite3-perl \ + libnet-ssleay-perl Additional packages are required in order to run the test suite: @@ -68,8 +68,8 @@ the `CSS` environment variable (the value of which defaults to For instance, use $ CSS="https://guilhem.org/static/css/bootstrap.min.css" \ - HTML_ROOTDIR="$XDG_RUNTIME_DIR/interimap" \ - make html + HTML_ROOTDIR="$XDG_RUNTIME_DIR/interimap" \ + make html to generate the HTML documentation under directory `$XDG_RUNTIME_DIR/interimap` (which needs to exist) using a remote CSS file. |