diff options
-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 |