diff options
Diffstat (limited to 'intl/Makefile.in')
-rw-r--r-- | intl/Makefile.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/intl/Makefile.in b/intl/Makefile.in index c8b9183..ed579c7 100644 --- a/intl/Makefile.in +++ b/intl/Makefile.in @@ -1,5 +1,5 @@ # Makefile for directory with message catalog handling in GNU NLS Utilities. -# Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. +# Copyright (C) 1995, 1996, 1997, 1998, 2006 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -149,8 +149,12 @@ uninstall: rm -f $(gettextsrcdir)/$$file; \ done +.PHONY: html info dvi html info dvi: +.PHONY: install-html +install-html: + $(OBJECTS): config.h libgettext.h bindtextdom.$lo finddomain.$lo loadmsgcat.$lo: gettextP.h gettext.h loadinfo.h dcgettext.$lo: gettextP.h gettext.h hash-string.h loadinfo.h |