texinfo-commits
[Top][All Lists]
Advanced

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

[8067] do not install TestXS.pm


From: gavinsmith0123
Subject: [8067] do not install TestXS.pm
Date: Wed, 15 Aug 2018 06:42:07 -0400 (EDT)

Revision: 8067
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=8067
Author:   gavin
Date:     2018-08-15 06:42:07 -0400 (Wed, 15 Aug 2018)
Log Message:
-----------
do not install TestXS.pm

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2018-08-15 10:23:46 UTC (rev 8066)
+++ trunk/ChangeLog     2018-08-15 10:42:07 UTC (rev 8067)
@@ -1,5 +1,10 @@
 2018-08-15  Gavin Smith  <address@hidden>
 
+       * tp/Texinfo/XS/Makefile.am: Do not install TestXS.pm, as this 
+       is useless.
+
+2018-08-15  Gavin Smith  <address@hidden>
+
        * tp/texi2any.pl: Only call fileparse once (used for both 
        finding modules and translation files).  Do not add a directory 
        to @INC that Texinfo::ModulePath takes care of adding.  Add a 

Modified: trunk/tp/Texinfo/XS/Makefile.am
===================================================================
--- trunk/tp/Texinfo/XS/Makefile.am     2018-08-15 10:23:46 UTC (rev 8066)
+++ trunk/tp/Texinfo/XS/Makefile.am     2018-08-15 10:42:07 UTC (rev 8067)
@@ -32,16 +32,13 @@
 
 ################### End Gnulib section #########################
 
-modulesdir = $(pkgdatadir)/Texinfo/XS
 xsdir = $(pkglibdir)
 
-dist_modules_DATA = TestXS.pm
-
 PERL_INC = $(PERL_CONF_archlibexp)/CORE
 
 XSUBPPARGS = -typemap $(PERL_CONF_privlibexp)/ExtUtils/typemap
 
-EXTRA_DIST+=fail.pl
+EXTRA_DIST+= TestXS.pm fail.pl
 
 .xs.c:
        $(XSUBPP) $(XSUBPPARGS) $< > $*.xsc && mv $*.xsc $*.c
@@ -59,7 +56,7 @@
 MiscXS_la_SOURCES = MiscXS.c misc.c miscxs.h ppport.h
 
 
-# TestXS has to be included in xs_LIBRARIES, and not noinst_LIBRARIES, 
+# TestXS.la has to be included in xs_LIBRARIES, and not noinst_LIBRARIES, 
 # otherwise dynamic libraries aren't built (a libtool bug).  Work around 
 # this by deleting it after it's installed.
 install-data-hook:




reply via email to

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