This ensures it will be built as part of the release process and
included in the distribution archive.
Don't generate it during syntax-check.
---
Makefile.am | 1 +
cfg.mk | 3 +--
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 47865f7..8f928f4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -47,6 +47,7 @@ EXTRA_DIST = \
cfg.mk \
run.in \
AUTHORS.in \
+ HACKING \
$(XML_EXAMPLES)
pkgconfigdir = $(libdir)/pkgconfig
diff --git a/cfg.mk b/cfg.mk
index 93dadcd..a56272e 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -1066,9 +1066,8 @@ _autogen:
$(srcdir)/autogen.sh
./config.status
-# regenerate HACKING as part of the syntax-check
ifneq ($(_gl-Makefile),)
-syntax-check: HACKING bracket-spacing-check
+syntax-check: bracket-spacing-check
endif
bracket-spacing-check:
--
2.4.3