aboutsummaryrefslogtreecommitdiff
path: root/libdecnumber
diff options
context:
space:
mode:
authorbrooks <>2007-03-02 00:01:53 +0000
committerbrooks <>2007-03-02 00:01:53 +0000
commit8cc63d99fa42a64cbf627a240bf6a822c17ac7ab (patch)
tree188cfde76d7258d27bdcc061f95a4bd981bead76 /libdecnumber
parentdb5c9c7f5b9ce6766d4d6f2bc13e3ccbf03087dc (diff)
* Makefile.in: Add dummy install-pdf target.
Diffstat (limited to 'libdecnumber')
-rw-r--r--libdecnumber/ChangeLog4
-rw-r--r--libdecnumber/Makefile.in3
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