summaryrefslogtreecommitdiff
path: root/readline
diff options
context:
space:
mode:
authorJoseph Myers <jsm@polyomino.org.uk>2009-04-17 17:44:02 +0000
committerJoseph Myers <jsm@polyomino.org.uk>2009-04-17 17:44:02 +0000
commit759792b7eeaf3a8758f1a8822c16f00c3f71a544 (patch)
treea92f37bcd18cc8fafffb44f63c766b1dd14e641e /readline
parentaf5a591f5dd272bcd75b555cd8373f9bf730737a (diff)
downloadgdb-759792b7eeaf3a8758f1a8822c16f00c3f71a544.tar.gz
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')
-rw-r--r--readline/ChangeLog.gdb5
-rw-r--r--readline/Makefile.in4
2 files changed, 8 insertions, 1 deletions
diff --git a/readline/ChangeLog.gdb b/readline/ChangeLog.gdb
index be626e56d1a..a2bb3e9347c 100644
--- a/readline/ChangeLog.gdb
+++ b/readline/ChangeLog.gdb
@@ -1,3 +1,8 @@
+2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
+
+ * Makefile.in: Add html target. Add dummy install-html and
+ install-pdf targets.
+
2008-08-10 Pedro Alves <pedro@codesourcery.com>
Build fixes for DJGPP.
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: