[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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: tp/TODO: example code for differences between dist in and out source after maintainer-clean,
Patrice Dumas <=
- Prev by Date:
branch master updated: * tp/Texinfo/XS/convert/format_html.c (html_convert_heading_command): remove code related to in_skipped_node_top that was readded during rebasing, but should have stayed out since 2024-09-05 "set in_skipped_node_top when opening a @node (or associated @part), not after processing the contents.".
- Next by Date:
branch master updated: * tp/Texinfo/Convert/Converter.pm (%XS_overrides, get_conf, set_conf): (force_conf), tp/Texinfo/XS/convert/ConvertXS.xs (set_conf, get_conf) (force_conf): directly override get_conf, set_conf and force_conf. Remove _XS_get_conf, _XS_set_conf and _XS_force_conf.
- Previous by thread:
branch master updated: * tp/Texinfo/XS/convert/format_html.c (html_convert_heading_command): remove code related to in_skipped_node_top that was readded during rebasing, but should have stayed out since 2024-09-05 "set in_skipped_node_top when opening a @node (or associated @part), not after processing the contents.".
- Next by thread:
branch master updated: * tp/Texinfo/Convert/Converter.pm (%XS_overrides, get_conf, set_conf): (force_conf), tp/Texinfo/XS/convert/ConvertXS.xs (set_conf, get_conf) (force_conf): directly override get_conf, set_conf and force_conf. Remove _XS_get_conf, _XS_set_conf and _XS_force_conf.
- Index(es):