bfd:
[deliverable/binutils-gdb.git] / gprof / Makefile.am
index 3a3fb43eba2ae31f5f58a835c33612849582aa14..e439b1cc291913a9ab1e7710e2c8bd7b820a0df7 100644 (file)
@@ -56,7 +56,7 @@ po/POTFILES.in: @MAINT@ Makefile
 
 MANCONF  = -Dman
 
-TEXI2POD = perl $(srcdir)/../etc/texi2pod.pl
+TEXI2POD = perl $(srcdir)/../etc/texi2pod.pl $(AM_MAKEINFOFLAGS)
 
 POD2MAN = pod2man --center="GNU" --release="binutils-$(VERSION)" --section=1
 
@@ -64,6 +64,9 @@ info_TEXINFOS = gprof.texi
 gprof_TEXINFOS = config.texi
 man_MANS = gprof.1
 
+AM_MAKEINFOFLAGS = -I "$(srcdir)" -I ../bfd/doc
+TEXI2DVI = texi2dvi -I "$(srcdir)" -I ../bfd/doc
+
 config.texi:
        echo "@set top_srcdir $(top_srcdir)" >> ./config.texi
 
This page took 0.025045 seconds and 4 git commands to generate.