diff options
-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: |