From: bangerth Date: Thu, 10 Jan 2013 23:38:39 +0000 (+0000) Subject: Add 'strip-comments' to the list of targets offered in autopilot mode. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2737915ed31bb5df185eebe03b816bb09e493cf7;p=dealii-svn.git Add 'strip-comments' to the list of targets offered in autopilot mode. git-svn-id: https://svn.dealii.org/branches/branch_cmake@28008 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/cmake/macros/macro_deal_ii_invoke_autopilot.cmake b/deal.II/cmake/macros/macro_deal_ii_invoke_autopilot.cmake index bd879687c1..00cf0f743d 100644 --- a/deal.II/cmake/macros/macro_deal_ii_invoke_autopilot.cmake +++ b/deal.II/cmake/macros/macro_deal_ii_invoke_autopilot.cmake @@ -1,6 +1,6 @@ ##### ## -## 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. ## @@ -103,20 +103,24 @@ MACRO(DEAL_II_INVOKE_AUTOPILOT) # 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! #