diff --git a/makefile-templates/Makefile.misc b/makefile-templates/Makefile.misc index 1637acf..72881b6 100755 --- a/makefile-templates/Makefile.misc +++ b/makefile-templates/Makefile.misc @@ -130,8 +130,7 @@ # # List of "phony" build targets (remember to define rules for # them!). The "standard" list is currently: -# all slides notes slides-combined slides-notes figures combined -# debug test clean tidy targets +# all debug test clean tidy targets web print print2up # TARGETS= @@ -144,7 +143,7 @@ ################################################################################ # -# Include standard variables and rules for building lectures. +# Include standard variables and rules for building miscellaneous documents. # include $(GLOBAL_HANDBOOK_INCLUDE)/build_misc_rules.make