* Makefile.in: Add dummy install-pdf target.

From-SVN: r122450
This commit is contained in:
Brooks Moses 2007-03-02 00:01:53 +00:00 committed by Brooks Moses
parent c0781449fe
commit 49c683a52c
2 changed files with 6 additions and 1 deletions

View 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.

View 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