diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-10-14 11:18:38 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-10-14 11:18:38 +0200 |
commit | 11281ad917ac48f6234b9c0c87297c7e0b5136a7 (patch) | |
tree | b3283f0427167ded538f2e1ce48f3b805378a402 /doc | |
parent | 1f67c7f5e023856932162883181a872f09eabf1b (diff) |
add CSS styling
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 6 | ||||
-rw-r--r-- | doc/manual.texi | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 51559266..fdfea961 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -9,6 +9,8 @@ arch.pdf: arch.dot arch.jpg: arch.dot dot -Tjpg arch.dot > arch.jpg +AM_MAKEINFOHTMLFLAGS = --no-split --css-ref=docstyle.css --css-ref=brown-paper.css + info_TEXINFOS = manual.texi manual_TEXINFOS = version.texi @@ -16,4 +18,6 @@ EXTRA_DIST = \ arch.dot \ lgpl.texi \ agpl.texi \ - fdl-1.3.texi + fdl-1.3.texi \ + docstyle.css \ + brown-paper.css diff --git a/doc/manual.texi b/doc/manual.texi index 9da4582c..0893b8e0 100644 --- a/doc/manual.texi +++ b/doc/manual.texi @@ -14,7 +14,7 @@ @copying This manual is for the GNU Taler merchant backend (version @value{VERSION}, @value{UPDATED}), -Copyright @copyright{} 2016 INRIA +Copyright @copyright{} 2016, 2017 Taler Systems SA @quotation Permission is granted to copy, distribute and/or modify this document |