summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am12
1 files changed, 3 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am
index 362839a..83026a8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -52,17 +52,11 @@ CLEANFILES = \
uninstall_dirs = \
'$(DESTDIR)$(pkglocalstatedir)/mount' \
'$(DESTDIR)$(pkglocalstatedir)'
-sources = \
- $(prokit_SOURCES) \
+EXTRA_DIST = \
+ autogen.sh \
$(locale_sources) \
$(man1_sources) \
$(man8_sources) \
- $(TESTS) \
- tests/common.sh \
- tests/parse_control.common.sh
-EXTRA_DIST = \
- autogen.sh \
- $(sources) \
scripts/announce-release.sh \
tools/shpp.sh \
tools/shld.sh
@@ -87,7 +81,7 @@ todo:
printf '\n'; \
printf 'Code comments:\n'; \
printf '==============\n\n'; \
- for f in $(sources); do \
+ for f in $(SOURCES); do \
printed=false; \
sed '=' "$(top_srcdir)/$${f}" | sed 'N; s/\n/ ./' | sed -n \
'$(todo_script)' | while read -r lineno line; do \