texinfo-commits
[Top][All Lists]
Advanced

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

[6929] remove TestXS after installation


From: Gavin D. Smith
Subject: [6929] remove TestXS after installation
Date: Wed, 06 Jan 2016 20:59:59 +0000

Revision: 6929
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6929
Author:   gavin
Date:     2016-01-06 20:59:58 +0000 (Wed, 06 Jan 2016)
Log Message:
-----------
remove TestXS after installation

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2016-01-06 20:40:19 UTC (rev 6928)
+++ trunk/ChangeLog     2016-01-06 20:59:58 UTC (rev 6929)
@@ -1,5 +1,10 @@
 2016-01-06  Gavin Smith  <address@hidden>
 
+       * tp/Texinfo/Convert/XSParagraph/Makefile.am (install-data-hook):
+       Remove TestXS module files after they are installed.
+
+2016-01-06  Gavin Smith  <address@hidden>
+
        * tp/Texinfo/Convert/HTML.pm (_convert_preformatted_type): Add an
        extra newline after a <pre> tag if the contents begins with a 
        newline.

Modified: trunk/tp/Texinfo/Convert/XSParagraph/Makefile.am
===================================================================
--- trunk/tp/Texinfo/Convert/XSParagraph/Makefile.am    2016-01-06 20:40:19 UTC 
(rev 6928)
+++ trunk/tp/Texinfo/Convert/XSParagraph/Makefile.am    2016-01-06 20:59:58 UTC 
(rev 6929)
@@ -55,6 +55,12 @@
                         text.c text.h ppport.h
 TestXS_la_SOURCES = TestXS.c ppport.h
 
+# TestXS 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:
+       rm -f $(DESTDIR)$(xsdir)/TestXS*
+
 CLEANFILES += TestXS.c
 EXTRA_DIST += TestXS.xs
 




reply via email to

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