texinfo-commits
[Top][All Lists]
Advanced

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

[8269] remove mention of texi2html from build files


From: gavinsmith0123
Subject: [8269] remove mention of texi2html from build files
Date: Tue, 9 Oct 2018 13:59:02 -0400 (EDT)

Revision: 8269
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=8269
Author:   gavin
Date:     2018-10-09 13:59:01 -0400 (Tue, 09 Oct 2018)
Log Message:
-----------
remove mention of texi2html from build files

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/Makefile.am
    trunk/configure.ac

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2018-10-08 20:31:07 UTC (rev 8268)
+++ trunk/ChangeLog     2018-10-09 17:59:01 UTC (rev 8269)
@@ -1,3 +1,9 @@
+2018-10-09  Gavin Smith  <address@hidden>
+
+       * configure.ac: Remove AM_CONDITIONAL for TEXI2HTML.
+       * Makefile.am (dist-local): Remove reult for updating 
+       translations for texi2html.
+
 2018-10-08  Gavin Smith  <address@hidden>
 
        * tp/Texinfo/Convert/HTML.pm (_parse_htmlxref_files) [TEST]:

Modified: trunk/Makefile.am
===================================================================
--- trunk/Makefile.am   2018-10-08 20:31:07 UTC (rev 8268)
+++ trunk/Makefile.am   2018-10-09 17:59:01 UTC (rev 8269)
@@ -3,7 +3,7 @@
 # Process this file with automake to produce Makefile.in in all directories.
 #
 # Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
-# 2012, 2013, 2014, 2015, 2016 Free Software Foundation, Inc.
+# 2012, 2013, 2014, 2015, 2016, 2017, 2018 Free Software Foundation, Inc.
 #
 # This file is free software; as a special exception the author gives
 # unlimited permission to copy and/or distribute it, with or without
@@ -29,11 +29,6 @@
        cd $(top_distdir)/contrib/perldoc-all && $(MAKE) distclean
        rm -rf `find $(distdir) -type d -name .svn`
 
-# update texi2html translations.
-dist-local:
-       cp -fpR $(srcdir)/po_document/*.po $(srcdir)/po_document/LINGUAS 
texi2html/po_document/
-       cp -fpR $(srcdir)/po/*.po $(srcdir)/po/LINGUAS texi2html/po_messages/
-
 # This is to prevent texinfo.tex from being included in the top-level
 # distribution directory.
 TEXINFO_TEX = doc/texinfo.tex

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac  2018-10-08 20:31:07 UTC (rev 8268)
+++ trunk/configure.ac  2018-10-09 17:59:01 UTC (rev 8269)
@@ -38,9 +38,6 @@
 TEXINFO_DTD_VERSION=6.4dev
 AC_SUBST([TEXINFO_DTD_VERSION])
 
-# Conditional texi2html support.
-AM_CONDITIONAL([TEXI2HTML],[false])
-
 # Package date.
 PACKAGE_DATE=`${SHELL} "$srcdir"/build-aux/mdate-sh "$srcdir"/configure.ac`
 AC_SUBST([PACKAGE_DATE])




reply via email to

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