[PATCH] gprofng: Fix dvi documentation build rule

Christophe Lyon christophe.lyon@linaro.org
Wed Apr 10 10:01:07 GMT 2024


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
 
-- 
2.34.1



More information about the Binutils mailing list