Commit 49c683a5 by Brooks Moses Committed by Brooks Moses

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

From-SVN: r122450
parent c0781449
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment