]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix installation name of manual pages when --program-prefix is used.
authorBruno Haible <bruno@clisp.org>
Thu, 21 May 2009 22:51:34 +0000 (22:51 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:16:05 +0000 (12:16 +0200)
gettext-runtime/man/ChangeLog
gettext-runtime/man/Makefile.am

index 3a659e11597bf98a96d17e24c3a676bde9ac4db9..333ff50e8406ffdc8bdf2de9fc083334cc67a44a 100644 (file)
@@ -1,3 +1,11 @@
+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.
index 17db071c9d226d9080d80ef8c93d50af054118bb..4b4c8aa12f479c25c23cc5ba82c21425f410bf33 100644 (file)
@@ -1,5 +1,5 @@
 ## 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
@@ -18,7 +18,7 @@
 
 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.
@@ -36,7 +36,8 @@ textdomain.3 bindtextdomain.3 bind_textdomain_codeset.3
 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