diff options
author | Brooks Moses <brooks.moses@codesourcery.com> | 2007-03-01 23:56:24 +0000 |
---|---|---|
committer | Brooks Moses <brooks@gcc.gnu.org> | 2007-03-01 15:56:24 -0800 |
commit | 4fcb360b628bf6a1b96c297afbb550bfbead60f2 (patch) | |
tree | dcd0f4a7829ef70cd322eb144c5908f9b94606de /libcpp | |
parent | 32f1ac6d595c5d488e4d55393f4202f1dafd7aa5 (diff) | |
download | gcc-4fcb360b628bf6a1b96c297afbb550bfbead60f2.zip gcc-4fcb360b628bf6a1b96c297afbb550bfbead60f2.tar.gz gcc-4fcb360b628bf6a1b96c297afbb550bfbead60f2.tar.bz2 |
* Makefile.in: Add dummy install-pdf target.
From-SVN: r122445
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 ea5f1ff..1da9b3f 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 f565fa2..166f1fa 100644 --- a/libcpp/Makefile.in +++ b/libcpp/Makefile.in @@ -184,6 +184,7 @@ pdf: html: info: install-info: +install-pdf: install-man: install-html: |