This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new d7da7b40412 doc: Regenerate menus.
d7da7b40412 is described below
commit d7da7b40412ee8c8038db2a75dd8658ce599a858
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Tue Sep 22 14:34:09 2026 +0900
doc: Regenerate menus.
M-x texinfo-all-menus-update is the best tool we have to keep Texinfo menus
consistent, so stick to its formatting.
* doc/contributing.texi (Packaging Guidelines): Revert hand-formatted
changes
made in commit a6bd9d8369c5.
---
doc/contributing.texi | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/doc/contributing.texi b/doc/contributing.texi
index af1ffb49336..98b366cf030 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -1128,21 +1128,21 @@ needed is to review and apply the patch.
@menu
-* Software Freedom:: What may go into the distribution.
+* Software Freedom:: What may go into the distribution.
* Extracting Bundled Dependencies:: Why do we unbundle dependencies.
-* Package Naming:: What's in a name?
-* Version Numbers:: When the name is not enough.
-* Synopses and Descriptions:: Helping users find the right package.
-* Snippets versus Phases:: Whether to use a snippet, or a build
phase.
-* Cyclic Module Dependencies:: Going full circle.
-* Bulk Updates:: This Little Maneuver's Gonna Cost Us 51
Years.
-* Emacs Packages:: Your Elisp fix.
-* Python Modules:: A touch of British comedy.
-* Perl Modules:: Little pearls.
-* Java Packages:: Coffee break.
-* Rust Crates:: Beware of oxidation.
-* Elm Packages:: Trees of browser code
-* Fonts:: Fond of fonts.
+* Package Naming:: What's in a name?
+* Version Numbers:: When the name is not enough.
+* Synopses and Descriptions:: Helping users find the right package.
+* Snippets versus Phases:: Whether to use a snippet, or a build phase.
+* Cyclic Module Dependencies:: Going full circle.
+* Bulk Updates:: This Little Maneuver's Gonna Cost Us 51 Years.
+* Emacs Packages:: Your Elisp fix.
+* Python Modules:: A touch of British comedy.
+* Perl Modules:: Little pearls.
+* Java Packages:: Coffee break.
+* Rust Crates:: Beware of oxidation.
+* Elm Packages:: Trees of browser code
+* Fonts:: Fond of fonts.
@end menu
@node Software Freedom