* Makefile.in: Add dummy install-pdf target.
From-SVN: r122450
This commit is contained in:
parent
c0781449fe
commit
49c683a52c
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user