texinfo-commits
[Top][All Lists]
Advanced

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

[8076] build parsetexi from XS subdir


From: gavinsmith0123
Subject: [8076] build parsetexi from XS subdir
Date: Wed, 15 Aug 2018 11:52:18 -0400 (EDT)

Revision: 8076
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=8076
Author:   gavin
Date:     2018-08-15 11:52:17 -0400 (Wed, 15 Aug 2018)
Log Message:
-----------
build parsetexi from XS subdir

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2018-08-15 15:42:49 UTC (rev 8075)
+++ trunk/ChangeLog     2018-08-15 15:52:17 UTC (rev 8076)
@@ -1,5 +1,11 @@
 2018-08-15  Gavin Smith  <address@hidden>
 
+       * tp/Texinfo/XS/configure.ac (AC_CONFIG_FILES):
+       Add parsetexi/Makefile.
+       * tp/Texinfo/XS/Makefile.am (SUBDIRS): Add parsetexi.
+
+2018-08-15  Gavin Smith  <address@hidden>
+
        * tp/Texinfo/ModulePath.pm.in: Add 'parsetexi' directory to 
        @INC.
        <TEXINFO_XS_PARSER environment variable set>: Add a subroutine 

Modified: trunk/tp/Texinfo/XS/Makefile.am
===================================================================
--- trunk/tp/Texinfo/XS/Makefile.am     2018-08-15 15:42:49 UTC (rev 8075)
+++ trunk/tp/Texinfo/XS/Makefile.am     2018-08-15 15:52:17 UTC (rev 8076)
@@ -113,3 +113,6 @@
 
 EXTRA_DIST += $(perl_specific_files)
 
+##########################
+SUBDIRS += parsetexi
+

Modified: trunk/tp/Texinfo/XS/configure.ac
===================================================================
--- trunk/tp/Texinfo/XS/configure.ac    2018-08-15 15:42:49 UTC (rev 8075)
+++ trunk/tp/Texinfo/XS/configure.ac    2018-08-15 15:52:17 UTC (rev 8076)
@@ -141,5 +141,5 @@
 AC_CONFIG_HEADERS([config.h:config.in])
 fi # not disable_xs
 
-AC_CONFIG_FILES([Makefile lib/Makefile])
+AC_CONFIG_FILES([Makefile lib/Makefile parsetexi/Makefile])
 AC_OUTPUT




reply via email to

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