From b69d132c12d7696e195ce19dde116e1392a8164d Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sat, 6 May 2023 08:37:08 -0700 Subject: [PATCH] Makefiles: Clean some more files created during the build. --- doc/automake.mk | 1 + tests/automake.mk | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/automake.mk b/doc/automake.mk index 110e379d1..5c7d821c7 100644 --- a/doc/automake.mk +++ b/doc/automake.mk @@ -281,6 +281,7 @@ EXTRA_DIST += doc/tutorial.stt ALL_LOCAL += tutorial-stt-must-print-all-layers tutorial-stt-must-print-all-layers: $(AM_V_GEN)grep 'printAllLayers="true"' $(srcdir)/doc/tutorial.stt >/dev/null 2>&1 && touch $@ +DISTCLEANFILES += tutorial-stt-must-print-all-layers # Convert a text file into a Texinfo file. .txt.texi: diff --git a/tests/automake.mk b/tests/automake.mk index e6782b10f..aa79c2a48 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -498,6 +498,7 @@ tests/all-layers.stt: utilities/pspp-output $(AM_V_at)if grep 'printAllLayers="false"' $@.tmp >/dev/null; then :; else \ echo >&2 "$<: expected printAllLayers=\"false\""; exit 1; fi $(AM_v_at)sed 's/printAllLayers="false"/printAllLayers="true"/' < $@.tmp > $@ +DISTCLEANFILES += tests/all-layers.stt tests/all-layers.stt.tmp CHECK_LOCAL += tests_check tests_check: tests/atconfig tests/atlocal $(TESTSUITE) $(check_PROGRAMS) $(check_DATA) -- 2.11.4.GIT