The MELT Plugin API texi source misses the macro versionsubtitle which is also defined in meltplugin.texi. This commit simply steals the definition from the last one. --- contrib/ChangeLog.MELT | 3 +++ contrib/meltpluginapi.texi | 10 ++++++++++ 2 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/contrib/ChangeLog.MELT b/contrib/ChangeLog.MELT index 01aaf4c..953fb65 100644 --- a/contrib/ChangeLog.MELT +++ b/contrib/ChangeLog.MELT @@ -1,4 +1,7 @@ 2011-08-25 Alexandre Lissy <ali...@mandriva.com> + * meltpluginapi.texi: Adding missing versionsubtitle macro + +2011-08-25 Alexandre Lissy <ali...@mandriva.com> * MELT-Plugin-Makefile: Adding target to build .html and .pdf 2011-08-25 Alexandre Lissy <ali...@mandriva.com> diff --git a/contrib/meltpluginapi.texi b/contrib/meltpluginapi.texi index b71ec38..75413c5 100644 --- a/contrib/meltpluginapi.texi +++ b/contrib/meltpluginapi.texi @@ -2,6 +2,16 @@ @c %**start of header @setfilename meltpluginapi.info @c don't need @include gcc-common.texi +@c Macro to generate a "For the N.N.N version" subtitle on the title +@c page of TeX documentation. This macro should be used in the +@c titlepage environment after the title and any other subtitles have +@c been placed, and before any authors are placed. +@macro versionsubtitle +@subtitle For @sc{MELT} plugin of @sc{gcc} +@c Even if there are no authors, the second titlepage line should be +@c forced to the bottom of the page. +@vskip 0pt plus 1filll +@end macro @settitle MELT plugin API (generated documentation)