Skip to content

Commit

Permalink
* Makefile.in (install-info, install-dvi, install-ps, install-pdf):
Browse files Browse the repository at this point in the history
	New dummy targets.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114468 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
drow committed Jun 7, 2006
1 parent a8cb437 commit 67775e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions intl/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2006-06-07 Daniel Jacobowitz <[email protected]>

* Makefile.in (install-info, install-dvi, install-ps, install-pdf):
New dummy targets.

2005-05-23 Carlos O'Donell <[email protected]>

* Makefile.in: Add info dvi ps pdf html install-html to .PHONY
Expand Down
5 changes: 3 additions & 2 deletions intl/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 67775e5

Please sign in to comment.