diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-08 12:26:02 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-08 12:26:02 +0100 |
commit | f5f6d24694f5375b8f44b842cff481039fa42702 (patch) | |
tree | 2c315f1f9c0c05d15f2bbe5e02898be9bec1e865 | |
parent | structural improvements to the texinfo manual (diff) | |
download | scrotty-f5f6d24694f5375b8f44b842cff481039fa42702.tar.gz scrotty-f5f6d24694f5375b8f44b842cff481039fa42702.tar.bz2 scrotty-f5f6d24694f5375b8f44b842cff481039fa42702.tar.xz |
only include dedication/quote if one exists
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
-rw-r--r-- | doc/info/reusable/titlepage.texinfo | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/info/reusable/titlepage.texinfo b/doc/info/reusable/titlepage.texinfo index 0f3d553..55981f7 100644 --- a/doc/info/reusable/titlepage.texinfo +++ b/doc/info/reusable/titlepage.texinfo @@ -64,7 +64,9 @@ @insertcopying @page @end ifset +@ifset HAVE_DEDICATION @dedication{} +@end ifset @ifclear HARDCOPY @vskip 0pt plus 1filll @ifset HARDCOPY_AVAILABLE |