+2009-05-21 Bruno Haible <bruno@clisp.org>
+
+ Fix installation name of manual pages when --program-prefix is used.
+ * Makefile.am (AUTOMAKE_OPTIONS): Add 1.11.
+ (man_MANS): Remove manual pages for functions.
+ (notrans_man_MANS): New variable.
+ Reported at <https://savannah.gnu.org/bugs/?25921>.
+
2007-11-07 Bruno Haible <bruno@clisp.org>
* gettext-0.17 released.
## Makefile for the gettext-runtime/man subdirectory of GNU gettext
-## Copyright (C) 2001-2003, 2006 Free Software Foundation, Inc.
+## Copyright (C) 2001-2003, 2006, 2009 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
VERSION = @VERSION@
-AUTOMAKE_OPTIONS = 1.2 gnits
+AUTOMAKE_OPTIONS = 1.11 gnits
EXTRA_DIST =
# A manual page for each of the bin_PROGRAMS in src/Makefile.am.
man_MAN3IN = gettext.3.in ngettext.3.in \
textdomain.3.in bindtextdomain.3.in bind_textdomain_codeset.3.in
man_MAN3LINK = dgettext.3 dcgettext.3 dngettext.3 dcngettext.3
-man_MANS = $(man_MAN1) $(man_MAN3) $(man_MAN3LINK)
+man_MANS = $(man_MAN1)
+notrans_man_MANS = $(man_MAN3) $(man_MAN3LINK)
man_HTMLGEN = gettext.1.html ngettext.1.html
man_HTMLIN = gettext.1.html.in ngettext.1.html.in