From 90ab359ed3b8c878a7972bb4fa2451ca26001444 Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Sat, 12 Oct 2024 16:11:57 +0100 Subject: [PATCH] Add a comment to say what this does. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 0e0af90..9a160a1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -113,6 +113,7 @@ clean-local: # Convenience alias for "make check": "make test" test: check +# Generate a package manifest if MAINTAINER is set. dist-hook: if test -n "$(MAINTAINER)"; then \ cd "$(top_distdir)" \