#####
##
-## Copyright (C) 2012 by the deal.II authors
+## Copyright (C) 2012, 2013 by the deal.II authors
##
## This file is part of the deal.II library.
##
# TARGET_SRC: ${TARGET_SRC}
#
# You can now run
-# $ make - to compile and link the program
-# $ make run - to (compile, link and) run the program
+# $ make - to compile and link the program
+# $ make run - to (compile, link and) run the program
#
-# $ make debug - to switch the build type to \"Debug\"
-# $ make release - to switch the build type to \"Release\"
-# $ make edit_cache - to change (cached) configuration variables
-# and rerun the configure and generate phases of CMake
+# $ make debug - to switch the build type to \"Debug\"
+# $ make release - to switch the build type to \"Release\"
#
-# $ make clean - to remove the generated executable as well as
-# all intermediate compilation files
-# $ make runclean - to remove all output generated by the program
-# $ make distclean - to clean the directory from _all_ generated
-# files (includes clean, runclean and the removal
-# of the generated build system)
+# $ make strip-comments - strip the source files in this
+# directory off the documentation comments
+#
+# $ make clean - to remove the generated executable as well as
+# all intermediate compilation files
+# $ make runclean - to remove all output generated by the program
+# $ make distclean - to clean the directory from _all_ generated
+# files (includes clean, runclean and the removal
+# of the generated build system)
+#
+# $ make edit_cache - to change (cached) configuration variables
+# and rerun the configure and generate phases of CMake
#
# Have a nice day!
#