texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[5854] don't build infokey.1


From: Gavin D. Smith
Subject: [5854] don't build infokey.1
Date: Fri, 03 Oct 2014 09:03:37 +0000

Revision: 5854
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=5854
Author:   gavin
Date:     2014-10-03 09:03:36 +0000 (Fri, 03 Oct 2014)
Log Message:
-----------
don't build infokey.1

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/man/Makefile.am

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2014-10-03 08:59:01 UTC (rev 5853)
+++ trunk/ChangeLog     2014-10-03 09:03:36 UTC (rev 5854)
@@ -4,6 +4,8 @@
        * info/Makefile.am (LDADD): Add "$(LIBICONV)".
        * info/info-utils.c: Remove include of nl_types.h.
 
+       * man/Makefile.am: Don't build infokey.1.
+
 2014-09-30  Gavin Smith  <address@hidden>
 
        * info/session.c (info_move_to_next_xref) 

Modified: trunk/man/Makefile.am
===================================================================
--- trunk/man/Makefile.am       2014-10-03 08:59:01 UTC (rev 5853)
+++ trunk/man/Makefile.am       2014-10-03 09:03:36 UTC (rev 5854)
@@ -18,7 +18,7 @@
 # These require the build in info/, thus can't do if we failed to find a
 # terminal library.
 if HAVE_TERMLIBS
-man_MANS += info.1 infokey.1
+man_MANS += info.1
 endif
 
 # These are hand-written.
@@ -76,9 +76,6 @@
                   $(common_mandeps)
        @name="read Info documents" && $(man_rule_bin)
 
-infokey.1: $(top_srcdir)/info/infokey.c $(common_mandeps)
-       @name="compile customizations for Info" && $(man_rule_bin)
-
 install-info.1: $(top_srcdir)/install-info/install-info.c \
                           $(common_mandeps)
        @name="update info/dir entries" && $(man_rule_bin)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]