* Makefile.in: Add dummy install-pdf target.
authorBrooks Moses <brooks.moses@codesourcery.com>
Fri, 2 Mar 2007 00:01:53 +0000 (00:01 +0000)
committerBrooks Moses <brooks@gcc.gnu.org>
Fri, 2 Mar 2007 00:01:53 +0000 (16:01 -0800)
From-SVN: r122450

libdecnumber/ChangeLog
libdecnumber/Makefile.in

index 3579b7c610b4ce75677e679af83b6c37dfe0243d..d1323336a7281153ed3392efb0a1c98f6cbd9c00 100644 (file)
@@ -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.
index 8e0849cdb28bfdb16cd6ae2bc160d2ddafefcbc1..899a1b5e1670d6b02a900a06241b8f2f86d8ed8e 100644 (file)
@@ -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