texinfo-commits
[Top][All Lists]
Advanced

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

[8093] do not distribut MANIFEST files


From: gavinsmith0123
Subject: [8093] do not distribut MANIFEST files
Date: Thu, 16 Aug 2018 08:50:51 -0400 (EDT)

Revision: 8093
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=8093
Author:   gavin
Date:     2018-08-16 08:50:50 -0400 (Thu, 16 Aug 2018)
Log Message:
-----------
do not distribut MANIFEST files

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2018-08-16 12:03:06 UTC (rev 8092)
+++ trunk/ChangeLog     2018-08-16 12:50:50 UTC (rev 8093)
@@ -1,5 +1,15 @@
 2018-08-16  Gavin Smith  <address@hidden>
 
+       * tp/Makefile.am (EXTRA_DIST) Do not distribute tp/Makefile.PL 
+       or tp/MANIFEST.
+       * tp/Texinfo/XS/Makefile.am: Do not distribute Makefile.PL,
+       MANIFEST or prepare_standalone_perl_module.sh.
+
+       This is to reduce confusion about whether these files are needed 
+       for "make dist".
+
+2018-08-16  Gavin Smith  <address@hidden>
+
        * tp/t/README: Clarify purpose of regenerate_file_lists.pl.  Do 
        not mention prepare_perl_module_files.sh.
 

Modified: trunk/tp/Makefile.am
===================================================================
--- trunk/tp/Makefile.am        2018-08-16 12:03:06 UTC (rev 8092)
+++ trunk/tp/Makefile.am        2018-08-16 12:50:50 UTC (rev 8093)
@@ -226,8 +226,8 @@
   $(test_files) \
   $(tp_tests) \
   $(maintenance_files) \
-  $(perl_specific_files) \
   maintain/lib
+# $(perl_specific_files)
 
 # MANIFEST is used for the Perl module.
 # maintain/MANIFEST_generated_files is used for dist(check).

Modified: trunk/tp/Texinfo/XS/Makefile.am
===================================================================
--- trunk/tp/Texinfo/XS/Makefile.am     2018-08-16 12:03:06 UTC (rev 8092)
+++ trunk/tp/Texinfo/XS/Makefile.am     2018-08-16 12:50:50 UTC (rev 8093)
@@ -111,7 +111,7 @@
   MANIFEST \
   prepare_standalone_perl_module.sh
 
-EXTRA_DIST += $(perl_specific_files)
+# EXTRA_DIST += $(perl_specific_files)
 
 ##########################
 SUBDIRS += parsetexi




reply via email to

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