diff options
author | Keith Packard <keithp@keithp.com> | 2018-10-25 16:50:17 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2018-10-25 16:51:17 -0700 |
commit | 6d80b89c0bd82133dd5c93df8604f562ac49c19a (patch) | |
tree | ac4adf27e9af2ed97a6319ae213fd15c8b03d971 /doc/header.inc | |
parent | cf3e524e50a6fae2862efb404c9918b74438e9c9 (diff) |
doc: Switch to asciidoctor to format docs
asciidoc and a2x are no longer actively maintained and Debian policy
encourages people to move away from them to asciidoctor.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'doc/header.inc')
-rw-r--r-- | doc/header.inc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/header.inc b/doc/header.inc new file mode 100644 index 00000000..6bc616f5 --- /dev/null +++ b/doc/header.inc @@ -0,0 +1,13 @@ +ifndef::backend-pdf[] +[#logo] +[link=https://altusmetrum.org] +image::altusmetrum-oneline.svg[Altus Metrum] +endif::[] + +[license] +== License + +Copyright © 2018 Bdale Garbee and Keith Packard + +This document is released under the terms of the link:http://creativecommons.org/licenses/by-sa/3.0/[Creative Commons ShareAlike 3.0 License] + |