diff options
author | Joseph Myers <jsm@polyomino.org.uk> | 2009-04-17 17:44:02 +0000 |
---|---|---|
committer | Joseph Myers <jsm@polyomino.org.uk> | 2009-04-17 17:44:02 +0000 |
commit | 759792b7eeaf3a8758f1a8822c16f00c3f71a544 (patch) | |
tree | a92f37bcd18cc8fafffb44f63c766b1dd14e641e /sim | |
parent | af5a591f5dd272bcd75b555cd8373f9bf730737a (diff) | |
download | gdb-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 'sim')
-rw-r--r-- | sim/ChangeLog | 5 | ||||
-rw-r--r-- | sim/Makefile.in | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog index 72439b17da3..bf2af708f62 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,3 +1,8 @@ +2009-04-17 Carlos O'Donell <carlos@codesourcery.com> + + * Makefile.in: Add dummy install-pdf, html, and + install-html targets. + 2009-01-18 Hans-Peter Nilsson <hp@axis.com> * cris/sim-if.c: Include errno.h. diff --git a/sim/Makefile.in b/sim/Makefile.in index 460256bcb17..75aadfc7022 100644 --- a/sim/Makefile.in +++ b/sim/Makefile.in @@ -187,6 +187,9 @@ info: install-info: dvi: pdf: +install-pdf: +html: +install-html: ### ### |