diff options
author | brooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-02 00:01:53 +0000 |
---|---|---|
committer | brooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-02 00:01:53 +0000 |
commit | 0dedf8c7ce75e87ff67bb7b9131777663ae03f96 (patch) | |
tree | 188cfde76d7258d27bdcc061f95a4bd981bead76 /libdecnumber | |
parent | 5bab85176db6b89b7f609559c8671daa222707bc (diff) | |
download | gcc-0dedf8c7ce75e87ff67bb7b9131777663ae03f96.tar.gz |
* Makefile.in: Add dummy install-pdf target.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122450 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libdecnumber')
-rw-r--r-- | libdecnumber/ChangeLog | 4 | ||||
-rw-r--r-- | libdecnumber/Makefile.in | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libdecnumber/ChangeLog b/libdecnumber/ChangeLog index 3579b7c610b..d1323336a72 100644 --- a/libdecnumber/ChangeLog +++ b/libdecnumber/ChangeLog @@ -1,3 +1,7 @@ +2007-03-01 Brooks Moses <brooks.moses@codesourcery.com> + + * Makefile.in: Add dummy install-pdf target. + 2007-01-29 Janis Johnson <janis187@us.ibm.com> * decExcept.c: New. diff --git a/libdecnumber/Makefile.in b/libdecnumber/Makefile.in index 8e0849cdb28..899a1b5e167 100644 --- a/libdecnumber/Makefile.in +++ b/libdecnumber/Makefile.in @@ -136,13 +136,14 @@ pdf: html: info: install-info: +install-pdf: install-man: install-html: install: .PHONY: installdirs install install-strip mostlyclean clean distclean \ maintainer-clean check installcheck dvi pdf html info install-info \ - install-man update-po install-html + install-pdf install-man update-po install-html COMPILE = source='$<' object='$@' libtool=no $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(ALL_CFLAGS) -c |