texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: tp/TODO: example code for differences between dis


From: Patrice Dumas
Subject: branch master updated: tp/TODO: example code for differences between dist in and out source after maintainer-clean
Date: Sat, 05 Oct 2024 05:14:54 -0400

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 d8ad4b95fa tp/TODO: example code for differences between dist in and 
out source after maintainer-clean
d8ad4b95fa is described below

commit d8ad4b95fa3c3edb2262d025f6975141987d85fc
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sat Aug 24 19:39:09 2024 +0200

    tp/TODO: example code for differences between dist in and out source after 
maintainer-clean
---
 tp/TODO | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/tp/TODO b/tp/TODO
index 88b4b2e331..1dc935162a 100644
--- a/tp/TODO
+++ b/tp/TODO
@@ -736,6 +736,27 @@ system gawk may be too old, openCSW may be needed.  For 
example:
 Misc notes
 ==========
 
+# differences between dist in and out source after maintainer-clean
+rm -f texinfo-7.*.*.tar.gz
+./autogen.sh
+./configure
+make maintainer-clean
+./autogen.sh
+./configure
+make dist
+rm -rf in_source_dist_contents
+mkdir in_source_dist_contents
+(cd in_source_dist_contents && tar xvf ../texinfo-7.*.*.tar.gz)
+make maintainer-clean
+rm -rf bb
+mkdir bb
+cd bb
+../configure
+make dist
+tar xvf texinfo-7.*.*.tar.gz
+diff -u -r ../in_source_dist_contents/texinfo-7.*.*/ texinfo-7.*.*/ > 
../build_in_out_source_differences.diff
+
+
 Test validity of Texinfo XML or docbook
 export XML_CATALOG_FILES=~/src/texinfo/tp/maintain/catalog.xml
 xmllint --nonet --noout --valid commands.xml



reply via email to

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