diff options
author | brooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-01 23:56:24 +0000 |
---|---|---|
committer | brooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-01 23:56:24 +0000 |
commit | 7262ccd67105c72a1644caf66b4862856aee8be5 (patch) | |
tree | dcd0f4a7829ef70cd322eb144c5908f9b94606de /libcpp | |
parent | 9d2d64c04aa5e312aed996b2816a19157ae7e05c (diff) | |
download | gcc-7262ccd67105c72a1644caf66b4862856aee8be5.tar.gz |
* Makefile.in: Add dummy install-pdf target.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122445 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp')
-rw-r--r-- | libcpp/ChangeLog | 4 | ||||
-rw-r--r-- | libcpp/Makefile.in | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index ea5f1ff9806..1da9b3f474e 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,7 @@ +2007-03-01 Brooks Moses <brooks.moses@codesourcery.com> + + * Makefile.in: Add dummy install-pdf target. + 2007-01-30 Tom Tromey <tromey@redhat.com> PR preprocessor/30468: diff --git a/libcpp/Makefile.in b/libcpp/Makefile.in index f565fa2f2a9..166f1faaee0 100644 --- a/libcpp/Makefile.in +++ b/libcpp/Makefile.in @@ -184,6 +184,7 @@ pdf: html: info: install-info: +install-pdf: install-man: install-html: |