summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9ecbd20)
raw | patch | inline | side by side (parent: 9ecbd20)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 1 Jun 2014 07:55:25 +0000 (09:55 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 1 Jun 2014 07:55:25 +0000 (09:55 +0200) |
doc/Makefile.am | patch | blob | history | |
doc/sysdb-man.css | [deleted file] | patch | blob | history |
diff --git a/doc/Makefile.am b/doc/Makefile.am
index e8c13ed4c472233dea41c7f8ce3dc9bddfb4a6f6..bdbdf91246b7b8d1076f986f02420d06b498e56f 100644 (file)
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
-apackage_version=$(PACKAGE_VERSION) \
-alocalstatedir=$(localstatedir) \
$(ADOCFLAGS)
-# XXX: Make asciidoc use this stylesheet
-HTML_ATTRS = --stylesheet=$(srcdir)/sysdb-man.css
MAN_DEPS = asciidoc.conf ../version
diff --git a/doc/sysdb-man.css b/doc/sysdb-man.css
--- a/doc/sysdb-man.css
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
- * SysDB - CSS stylesheet for manpages
- */
-
-body {
- margin: 1em 5% 1em 5%;
- line-height: 1.2;
- font-family: sans-serif;
-}
-
-h1, h2, h3, h4, h5, h6 {
- color: #00337c;
- font-family: sans-serif;
- font-weight: bold;
-}
-
-body h1 {
- border-bottom: 2px solid #cdcdcd;
-}
-
-body h2 {
- border-bottom: 2px solid #cdcdcd;
-}
-
-body pre {
- margin: 0.5em 10% 0.5em 1em;
- line-height: 1.0;
- color: #00337c;
-}
-
-/* vim: set tw=78 sw=4 ts=4 noexpandtab : */
-