diff --git a/makefile-templates/answers.patterns b/makefile-templates/answers.patterns new file mode 100755 index 0000000..d04ea75 --- /dev/null +++ b/makefile-templates/answers.patterns @@ -0,0 +1,20 @@ +################################################################################ +# +# File: $Id$ +# +# Defines patterns for lists of documents to be generated for the +# handbook. For example, only generate Tutorials 1, 2, 4, 6-9 and 11. +# Patterns for different categories are kept in different files so +# that rules can depend on them independently if necessary. +# +################################################################################ + + +################################################################################ +# +# Which documents to generate answers for (where applicable). +# +TUT_ANSWERS_PATTERN:='tut\(0[1-9]\|1[01]\)' +LAB_ANSWERS_PATTERN:='lab\(0[1-9]\|1[012]\)' + +ANSWERS_PATTERNS+=$(TUT_ANSWERS_PATTERN) $(LAB_ANSWERS_PATTERN)