From 11281ad917ac48f6234b9c0c87297c7e0b5136a7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 14 Oct 2017 11:18:38 +0200 Subject: add CSS styling --- doc/Makefile.am | 6 +++++- doc/manual.texi | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3