[PATCH] gprofng: Fix dvi documentation build rule
Vladimir Mezentsev
vladimir.mezentsev@oracle.com
Sun Apr 14 20:56:04 GMT 2024
More information about the Binutils mailing list
Sun Apr 14 20:56:04 GMT 2024
- Previous message (by thread): [PATCH] gprofng: Fix dvi documentation build rule
- Next message (by thread): Commit: readelf: Add --display-section option
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thanks for fixing it. Please commit. -Vladimir On 4/10/24 03:01, Christophe Lyon wrote: > This patch fixes 'install-dvi'. > --- > gprofng/doc/Makefile.am | 1 + > gprofng/doc/Makefile.in | 2 +- > 2 files changed, 2 insertions(+), 1 deletion(-) > > diff --git a/gprofng/doc/Makefile.am b/gprofng/doc/Makefile.am > index ae0a98c3b24..3df0f326236 100644 > --- a/gprofng/doc/Makefile.am > +++ b/gprofng/doc/Makefile.am > @@ -19,6 +19,7 @@ > > AUTOMAKE_OPTIONS = info-in-builddir foreign no-texinfo.tex > > +DVIS = gprofng.dvi > PDFS = gprofng.pdf > HTMLS = gprofng.html > > diff --git a/gprofng/doc/Makefile.in b/gprofng/doc/Makefile.in > index 3306c51b31c..27a073e86b6 100644 > --- a/gprofng/doc/Makefile.in > +++ b/gprofng/doc/Makefile.in > @@ -168,7 +168,6 @@ am__v_texidevnull_0 = > /dev/null > am__v_texidevnull_1 = > INFO_DEPS = gprofng.info > am__TEXINFO_TEX_DIR = $(srcdir)/. > -DVIS = gprofng_ug.dvi > PSS = gprofng_ug.ps > TEXINFOS = gprofng_ug.texi > TEXI2DVI = texi2dvi > @@ -361,6 +360,7 @@ top_srcdir = @top_srcdir@ > zlibdir = @zlibdir@ > zlibinc = @zlibinc@ > AUTOMAKE_OPTIONS = info-in-builddir foreign no-texinfo.tex > +DVIS = gprofng.dvi > PDFS = gprofng.pdf > HTMLS = gprofng.html >
- Previous message (by thread): [PATCH] gprofng: Fix dvi documentation build rule
- Next message (by thread): Commit: readelf: Add --display-section option
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list