summaryrefslogtreecommitdiff
path: root/gprof/Makefile.in
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2005-11-17 01:01:05 +0000
committerMark Mitchell <mark@codesourcery.com>2005-11-17 01:01:05 +0000
commita777077bf2fc6404c9487676bf1a9aeebc7c5a5a (patch)
treefc1f81ece6e02efea3b27c641328c84c790a6752 /gprof/Makefile.in
parent67e32fe54aa36eb239b3c0ad923102f02eba7404 (diff)
downloadbinutils-redhat-a777077bf2fc6404c9487676bf1a9aeebc7c5a5a.tar.gz
* doc/binutils.texi: Include config.texi and @file documentation
for manual pages. * Makefile.am (gprof.info, gprof.1): Depend on config.texi. (config.texi): New file. * Makefile.in: Regenerated. * Makefile.am (configdoc.texi): Set top_srcdir in configdoc.texi.. * Makefile.in: Regenerated. * ld.texinfo: Include configdoc.texi and ldver.texi in man pages. Add @file documentation.
Diffstat (limited to 'gprof/Makefile.in')
-rw-r--r--gprof/Makefile.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/gprof/Makefile.in b/gprof/Makefile.in
index b05d372981..ff69bfc4f3 100644
--- a/gprof/Makefile.in
+++ b/gprof/Makefile.in
@@ -407,7 +407,6 @@ distclean-libtool:
rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \
exit 1; \
fi
-$(srcdir)/gprof.info: gprof.texi
gprof.dvi: gprof.texi
gprof.pdf: gprof.texi
gprof.html: gprof.texi
@@ -783,10 +782,15 @@ po/POTFILES.in: @MAINT@ Makefile
for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \
&& mv tmp $(srcdir)/po/POTFILES.in
+$(srcdir)/gprof.info: gprof.texi config.texi
+
+config.texi:
+ echo "@set top_srcdir $(top_srcdir)" >> ./config.texi
+
# Build the man page from the texinfo file
# The sed command removes the no-adjust Nroff command so that
# the man output looks standard.
-gprof.1: $(srcdir)/gprof.texi
+gprof.1: $(srcdir)/gprof.texi config.texi
touch $@
-$(TEXI2POD) $(MANCONF) -Dgprof < $(srcdir)/gprof.texi > gprof.pod
-($(POD2MAN) gprof.pod | \