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:
$(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)