From: Christophe Lyon Date: Wed, 10 Apr 2024 09:58:42 +0000 (+0000) Subject: gprofng: Fix dvi documentation build rule X-Git-Tag: gdb-15-branchpoint~410 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=34d5ac9244ccfe566232469ec3bef1329f0bc42e;p=thirdparty%2Fbinutils-gdb.git gprofng: Fix dvi documentation build rule This patch fixes 'install-dvi'. --- 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