* Makefile.in (install-info, install-dvi, install-ps, install-pdf):
New dummy targets.
This commit is contained in:
parent
6648b7cff9
commit
55f96808b5
@ -1,3 +1,8 @@
|
||||
2006-06-07 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* Makefile.in (install-info, install-dvi, install-ps, install-pdf):
|
||||
New dummy targets.
|
||||
|
||||
2005-05-23 Carlos O'Donell <carlos@codesourcery.com>
|
||||
|
||||
* Makefile.in: Add info dvi ps pdf html install-html to .PHONY
|
||||
|
@ -148,10 +148,11 @@ installdirs:
|
||||
installcheck:
|
||||
uninstall:
|
||||
|
||||
.PHONY: info dvi ps pdf html install-html
|
||||
.PHONY: info dvi ps pdf html
|
||||
.PHONY: install-info install-dvi install-ps install-pdf install-html
|
||||
|
||||
info dvi ps pdf html:
|
||||
install-html:
|
||||
install-info install-dvi install-ps install-pdf install-html:
|
||||
|
||||
$(OBJECTS): config.h libintl.h
|
||||
bindtextdom.o dcgettext.o dcigettext.o dcngettext.o dgettext.o \
|
||||
|
Loading…
Reference in New Issue
Block a user