aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2009-04-17 17:44:05 +0000
committerJoseph Myers <joseph@codesourcery.com>2009-04-17 17:44:05 +0000
commit89a34d1b2cdfdb53540059dfa430e362fb5a27e5 (patch)
tree8a179e040d224bdfd99ee4f2dd88c53d302a75cb /readline/Makefile.in
parent ARI fix: Do not use %p, replace by call to host_address_to_string (diff)
downloadbinutils-gdb-89a34d1b2cdfdb53540059dfa430e362fb5a27e5.tar.gz
binutils-gdb-89a34d1b2cdfdb53540059dfa430e362fb5a27e5.tar.bz2
binutils-gdb-89a34d1b2cdfdb53540059dfa430e362fb5a27e5.zip
gdb:
2009-04-17 Carlos O'Donell <carlos@codesourcery.com> * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir. * configure: Regenerate. * Makefile.in: Set datarootdir, docdir, htmldir, and pdfdir from configure substitutions. (FLAGS_TO_PASS): Add datarootdir, docdir, and htmldir. gdb/doc: 2009-04-17 Carlos O'Donell <carlos@codesourcery.com> * Makefile.in: Set pdfdir and htmldir from configure substitutions. * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir. * configure: Regenerate. readline: 2009-04-17 Carlos O'Donell <carlos@codesourcery.com> * Makefile.in: Add html target. Add dummy install-html and install-pdf targets. sim: 2009-04-17 Carlos O'Donell <carlos@codesourcery.com> * Makefile.in: Add dummy install-pdf, html, and install-html targets.
Diffstat (limited to 'readline/Makefile.in')
-rw-r--r--readline/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/readline/Makefile.in b/readline/Makefile.in
index acf706f0e2e..93ff7207a26 100644
--- a/readline/Makefile.in
+++ b/readline/Makefile.in
@@ -297,10 +297,12 @@ distclean maintainer-clean: clean
$(RM) $(CREATED_CONFIGURE)
$(RM) $(CREATED_TAGS)
-info dvi pdf:
+info dvi html pdf:
-( cd doc && $(MAKE) $(MFLAGS) $@ )
install-info:
+install-html:
+install-pdf:
check:
installcheck: