diff options
author | Brooks Moses <brooks.moses@codesourcery.com> | 2007-03-02 00:28:09 +0000 |
---|---|---|
committer | Brooks Moses <brooks@gcc.gnu.org> | 2007-03-01 16:28:09 -0800 |
commit | 9c4d24932ed29249ebb8ba1a3cff0679b9d2f58a (patch) | |
tree | 70c260d66d8bf2a8a291e16f34defa090612c49d /ChangeLog | |
parent | bcc3d150be9a6665de62f6c7e8bda0f0d1d8b740 (diff) | |
download | gcc-9c4d24932ed29249ebb8ba1a3cff0679b9d2f58a.zip gcc-9c4d24932ed29249ebb8ba1a3cff0679b9d2f58a.tar.gz gcc-9c4d24932ed29249ebb8ba1a3cff0679b9d2f58a.tar.bz2 |
configure.ac: Add "--with-pdfdir" configure option, which defines pdfdir variable.
* configure.ac: Add "--with-pdfdir" configure option,
which defines pdfdir variable.
* Makefile.def (target=fixincludes): Add install-pdf to
missing targets.
(recursive_targets): Add install-pdf target.
(flags_to_pass): Add pdfdir.
* Makefile.tpl: Add pdfdir handling, add do-install-pdf
target.
* configure: Regenerate
* Makefile.in: Regenerate
From-SVN: r122467
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2007-03-01 Brooks Moses <brooks.moses@codesourcery.com> + + * configure.ac: Add "--with-pdfdir" configure option, + which defines pdfdir variable. + * Makefile.def (target=fixincludes): Add install-pdf to + missing targets. + (recursive_targets): Add install-pdf target. + (flags_to_pass): Add pdfdir. + * Makefile.tpl: Add pdfdir handling, add do-install-pdf + target. + * configure: Regenerate + * Makefile.in: Regenerate + 2007-02-28 Eric Christopher <echristo@apple.com> Revert: |