aboutsummaryrefslogtreecommitdiff
path: root/libdecnumber/Makefile.in
diff options
context:
space:
mode:
authorBrooks Moses <brooks.moses@codesourcery.com>2007-03-02 00:01:53 +0000
committerBrooks Moses <brooks@gcc.gnu.org>2007-03-01 16:01:53 -0800
commit49c683a52c739ed2e09b4e07fce5508801d1cef7 (patch)
tree188cfde76d7258d27bdcc061f95a4bd981bead76 /libdecnumber/Makefile.in
parentc0781449fee0282ff69e7b8b9866a331a94ccbd5 (diff)
* Makefile.in: Add dummy install-pdf target.
From-SVN: r122450
Diffstat (limited to 'libdecnumber/Makefile.in')
-rw-r--r--libdecnumber/Makefile.in3
1 files changed, 2 insertions, 1 deletions
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