--- Documentation/GNUmakefile.orig	2021-07-03 16:12:20 UTC
+++ Documentation/GNUmakefile
@@ -187,6 +187,7 @@ INFO_DOCS = \
   lilypond-internals \
   lilypond-learning \
   lilypond-notation \
+  lilypond-snippets \
   lilypond-usage \
   music-glossary
 # Some info files should only be processed if `$(out)` is equal to `www`, but we
@@ -195,11 +196,9 @@ INFO_DOCS = \
 # older LilyPond versions inserted more entries that are no longer present.
 ALL_INFO_DOCS = \
   $(INFO_DOCS) \
-  lilypond-snippets \
   lilypond-web
 ifeq ($(out),www)
-  INFO_DOCS += lilypond-snippets \
-               lilypond-web
+  INFO_DOCS += lilypond-web
 endif
 INFO_FILES = $(INFO_DOCS:%=$(outdir)/%.info)
 ALL_INFO_FILES = $(ALL_INFO_DOCS:%=$(outdir)/%.info)
