summaryrefslogtreecommitdiff
path: root/libdecnumber
diff options
context:
space:
mode:
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 c5dea7f9f56..fbc3e6ecf33 100644
--- a/libdecnumber/ChangeLog
+++ b/libdecnumber/ChangeLog
@@ -1,3 +1,7 @@
+2006-10-10 Brooks Moses <bmoses@stanford.edu>
+
+ * Makefile.in: Added empty "pdf" target.
+
2006-09-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* decNumber.c (decNumberPower): Constify.
diff --git a/libdecnumber/Makefile.in b/libdecnumber/Makefile.in
index 27f9792e8f2..c020e0b7a07 100644
--- a/libdecnumber/Makefile.in
+++ b/libdecnumber/Makefile.in
@@ -132,6 +132,7 @@ maintainer-clean: distclean
check:
installcheck:
dvi:
+pdf:
html:
info:
install-info:
@@ -140,7 +141,7 @@ install-html:
install:
.PHONY: installdirs install install-strip mostlyclean clean distclean \
- maintainer-clean check installcheck dvi html info install-info \
+ maintainer-clean check installcheck dvi pdf html info install-info \
install-man update-po install-html
COMPILE = source='$<' object='$@' libtool=no $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(ALL_CFLAGS) -c