diff options
Diffstat (limited to 'gprof/Makefile.am')
-rw-r--r-- | gprof/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gprof/Makefile.am b/gprof/Makefile.am index ea3fa4a..ba93be1 100644 --- a/gprof/Makefile.am +++ b/gprof/Makefile.am @@ -59,10 +59,9 @@ TEXI2POD = perl $(srcdir)/../etc/texi2pod.pl POD2MAN = pod2man --center="GNU" --release="binutils-$(VERSION)" --section=1 info_TEXINFOS = gprof.texi +gprof_TEXINFOS = config.texi man_MANS = gprof.1 -gprof.info: gprof.texi config.texi - config.texi: echo "@set top_srcdir $(top_srcdir)" >> ./config.texi |