summaryrefslogtreecommitdiffstats
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@codesourcery.com>2006-04-03 15:44:46 +0000
committerCarlos O'Donell <carlos@codesourcery.com>2006-04-03 15:44:46 +0000
commit30c2380d584c56bcf9e5351276e58402c0e04de2 (patch)
tree7a1ba4f6cf02aeab376190d360651c2843987a91 /Makefile.tpl
parentd4b522efa8f45a4ca7ea1e72bb2976bc01a804c4 (diff)
downloadcygnal-30c2380d584c56bcf9e5351276e58402c0e04de2.tar.gz
cygnal-30c2380d584c56bcf9e5351276e58402c0e04de2.tar.bz2
cygnal-30c2380d584c56bcf9e5351276e58402c0e04de2.zip
2006-04-03 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.tpl: Add install-html target. * Makefile.def: Add install-html target. * Makefile.in: Regenerate. * configure.in: Add --with-datarootdir, --with-docdir, and --with-htmldir options. * configure: Regenerate. * opcodes/Makefile.am: Add install-html target. * opcodes/Makefile.in: Regenerate. * libiberty/Makefile.in: Add install-html, install-html-am, and install-html-recursive targets. Define mkdir_p and NORMAL_INSTALL. * libiberty/configure.ac: AC_SUBST datarootdir, docdir, htmldir. * libiberty/configure: Regenerate. * libiberty/testsuite/Makefile.in: Add install-html and html targets. * ld/Makefile.am: Add install-html, install-html-am, and install-html-recursive targets. * ld/Makefile.in: Regenerate. * ld/configure.in: AC_SUBST datarootdir, docdir, htmldir. * ld/configure: Regenerate. * ld/po/Make-in: Add install-html target. * intl/Makefile.in: Add html info and dvi and install-html to .PHONY Add install-html target. * gprof/po/Make-in: Add install-html target. * gprof/Makefile.am: Add install-html, install-html-am and install-html-recursive targets. * gprof/Makefile.in: Regenerate. * gprof/configure.in: AC_SUBST datarootdir, docdir, htmldir. * gprof/configure: Regenerate. * gas/po/Make-in: Add install-html target. * gas/Makefile.am: Add install-html and install-html-recursive targets. * gas/Makefile.in: Regenerate. * gas/configure.in: AC_SUBST datarootdir, docdir, htmldir. * gas/configure: Regenerate. * gas/doc/Makefile.am: Add install-html and install-html-am targets. * gas/doc/Makefile.in: Regenerate. * binutils/po/Make-in: Add install-html target. * binutils/Makefile.am: Add install-html and install-html-recursive targets. * binutils/Makefile.in: Regenerate. * binutils/configure.in: AC_SUBST datarootdir, docdir and htmldir. * binutils/configure: Regenerate. * binutils/doc/Makefile.am: Add install-html and install-html-am targets. * binutils/doc/Makefile.in: Regenerate. * bfd/po/Make-in: Add install-html target. * bfd/Makefile.am: Rename docdir to bfddocdir. Add datarootdir, docdir htmldir. Add install-html and install-html-recursive targets. * bfd/Makefile.in: Regenerate. * bfd/configure.in: AC_SUBST for datarootdir, docdir and htmldir. * bfd/configure: Regenerate. * bfd/doc/Makefile.am: Add install-html and install-html-am targets. Define datarootdir, docdir and htmldir. * bfd/doc/Makefile.in: Regenerate. * etc/Makefile.in: Add install-html target. Add htmldir, docdir and datarootdir. * etc/configure.texi: Document install-html target. * etc/configure.in: AC_SUBST datarootdir, docdir, htmldir. * etc/configure: Regenerate.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index 274474a5c..b83d8d5ab 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -53,6 +53,9 @@ libdir = @libdir@
includedir = @includedir@
oldincludedir = @oldincludedir@
infodir = @infodir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+htmldir = @htmldir@
mandir = @mandir@
man1dir = $(mandir)/man1
man2dir = $(mandir)/man2
@@ -532,7 +535,7 @@ do-[+make_target+]:
# Here are the targets which correspond to the do-X targets.
-.PHONY: info installcheck dvi html install-info
+.PHONY: info installcheck dvi html install-info install-html
.PHONY: clean distclean mostlyclean maintainer-clean realclean
.PHONY: local-clean local-distclean local-maintainer-clean
info: do-info
@@ -550,6 +553,8 @@ install-info: do-install-info dir.info
$(INSTALL_DATA) dir.info $(DESTDIR)$(infodir)/dir.info ; \
else true ; fi
+install-html: do-install-html
+
local-clean:
-rm -f *.a TEMP errs core *.o *~ \#* TAGS *.E *.log