texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * tp/Texinfo/XS/Makefile.am (nodist_IndicesXS_la_


From: Patrice Dumas
Subject: branch master updated: * tp/Texinfo/XS/Makefile.am (nodist_IndicesXS_la_SOURCES), tp/Texinfo/XS/main/IndicesXS.xs: move IndicesXS.xs to main/.
Date: Wed, 31 Jan 2024 15:33:05 -0500

This is an automated email from the git hooks/post-receive script.

pertusus pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 6d1689782e * tp/Texinfo/XS/Makefile.am (nodist_IndicesXS_la_SOURCES), 
tp/Texinfo/XS/main/IndicesXS.xs: move IndicesXS.xs to main/.
6d1689782e is described below

commit 6d1689782ec2cba4dedae58f8a3b0e779dc606b7
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Wed Jan 31 21:32:58 2024 +0100

    * tp/Texinfo/XS/Makefile.am (nodist_IndicesXS_la_SOURCES),
    tp/Texinfo/XS/main/IndicesXS.xs: move IndicesXS.xs to main/.
---
 ChangeLog                                    | 5 +++++
 tp/Texinfo/XS/Makefile.am                    | 6 +++---
 tp/Texinfo/XS/{convert => main}/IndicesXS.xs | 0
 3 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 310c14d8b2..215cc372e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-01-31  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/Texinfo/XS/Makefile.am (nodist_IndicesXS_la_SOURCES),
+       tp/Texinfo/XS/main/IndicesXS.xs: move IndicesXS.xs to main/.
+
 2024-01-31  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/XS/Makefile.am (libtexinfo_la_SOURCES)
diff --git a/tp/Texinfo/XS/Makefile.am b/tp/Texinfo/XS/Makefile.am
index 5738269bbb..bc6382edc3 100644
--- a/tp/Texinfo/XS/Makefile.am
+++ b/tp/Texinfo/XS/Makefile.am
@@ -371,11 +371,11 @@ xs_LTLIBRARIES += IndicesXS.la
 endif
 
 nodist_IndicesXS_la_SOURCES = \
-                    convert/IndicesXS.c
+                    main/IndicesXS.c
 CLEANFILES += \
-                    convert/IndicesXS.c
+                    main/IndicesXS.c
 
-EXTRA_DIST += convert/IndicesXS.xs
+EXTRA_DIST += main/IndicesXS.xs
 
 # locate include files under out-of-source builds.
 IndicesXS_la_CPPFLAGS = -I$(srcdir)/main $(AM_CPPFLAGS) $(GNULIB_CPPFLAGS) 
$(XSLIBS_CPPFLAGS)
diff --git a/tp/Texinfo/XS/convert/IndicesXS.xs 
b/tp/Texinfo/XS/main/IndicesXS.xs
similarity index 100%
rename from tp/Texinfo/XS/convert/IndicesXS.xs
rename to tp/Texinfo/XS/main/IndicesXS.xs



reply via email to

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