There is a doc directory only in bfd, binutils and gas: [...@gnu-6 binutils]$ find -name doc ./bfd/doc ./binutils/doc ./gas/doc
But there are install-html-recursive and install-pdf-recursive in gprof and ld: [...@gnu-6 binutils]$ grep install-html */Makefile.am | grep recursive bfd/Makefile.am:.PHONY: install-html install-html-am install-html-recursive bfd/Makefile.am:install-html: install-html-recursive bfd/Makefile.am:install-html-recursive: binutils/Makefile.am:.PHONY: install-html install-html-am install-html-recursive binutils/Makefile.am:install-html: install-html-recursive binutils/Makefile.am:install-html-recursive: gas/Makefile.am:.PHONY: install-html install-html-am install-html-recursive gas/Makefile.am:install-html: install-html-recursive gas/Makefile.am:install-html-recursive: gprof/Makefile.am:.PHONY: install-html install-html-am install-html-recursive gprof/Makefile.am:install-html: install-html-recursive install-html-am gprof/Makefile.am:install-html-recursive: ld/Makefile.am:.PHONY: install-html install-html-am install-html-recursive ld/Makefile.am:install-html: install-html-recursive install-html-am ld/Makefile.am:install-html-recursive: [...@gnu-6 binutils]$ grep install-pdf */Makefile.am | grep recursive bfd/Makefile.am:.PHONY: install-pdf install-pdf-am install-pdf-recursive bfd/Makefile.am:install-pdf: install-pdf-recursive bfd/Makefile.am:install-pdf-recursive: binutils/Makefile.am:.PHONY: install-pdf install-pdf-am install-pdf-recursive binutils/Makefile.am:install-pdf: install-pdf-recursive binutils/Makefile.am:install-pdf-recursive: gas/Makefile.am:.PHONY: install-pdf install-pdf-am install-pdf-recursive gas/Makefile.am:install-pdf: install-pdf-recursive gas/Makefile.am:install-pdf-recursive: gprof/Makefile.am:.PHONY: install-pdf install-pdf-am install-pdf-recursive gprof/Makefile.am:install-pdf: install-pdf-recursive install-pdf-am gprof/Makefile.am:install-pdf-recursive: ld/Makefile.am:.PHONY: install-pdf install-pdf-am install-pdf-recursive ld/Makefile.am:install-pdf: install-pdf-recursive install-pdf-am ld/Makefile.am:install-pdf-recursive: [...@gnu-6 binutils]$ "make -j8 install-pdf install-html" gave me: make[4]: *** [install-html-am] Error 1 make[3]: *** [install-html-recursive] Error 1 make[2]: *** [install-html-libiberty] Error 1 make[3]: *** [install-html-am] Error 1 make[2]: *** [install-html-ld] Error 1 make[3]: *** [install-html-am] Error 1 make[4]: *** [install-html-am] Error 1 make[3]: *** [install-html-recursive] Error 1 make[2]: *** [install-html-gprof] Error 1 make[1]: *** [do-install-html] Error 2 -- Summary: Incorrect install-pdf/install-html Product: binutils Version: 2.20 (HEAD) Status: NEW Severity: normal Priority: P2 Component: ld AssignedTo: unassigned at sources dot redhat dot com ReportedBy: hjl dot tools at gmail dot com CC: bug-binutils at gnu dot org http://sourceware.org/bugzilla/show_bug.cgi?id=10536 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils