From: Wolfgang Bangerth Date: Fri, 29 Oct 2010 03:19:13 +0000 (+0000) Subject: Reorder targets. X-Git-Tag: v8.0.0~5111 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2711408f8f65b68159771580ffb126a229b88bc7;p=dealii.git Reorder targets. git-svn-id: https://svn.dealii.org/trunk@22546 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/Makefile b/deal.II/Makefile index c5b64f6ece..2ecc2da9a0 100644 --- a/deal.II/Makefile +++ b/deal.II/Makefile @@ -9,12 +9,12 @@ help: @echo "========================================================================" @echo "= =" @echo "= The following targets exist: =" - @echo "= contrib : additional libraries in contrib, if there are any =" - @echo "= =" @echo "= all : debug and optimized libraries =" @echo "= debug : the debug version of the deal.II library =" @echo "= optimized : the optimized version of the deal.II library =" @echo "= =" + @echo "= contrib : additional libraries in contrib, if there are any =" + @echo "= =" @echo "= online-doc : generate the documentation in HTML format =" @echo "= TODO : create a \"TODO\" file from the source files =" @echo "= TAGS : create a TAGS file from include and source files =" @@ -171,4 +171,4 @@ build-test-do: # we don't want to list the full dependencies here. let the sub-makefiles # do that .PHONY: common/scripts/make_dependencies \ - common/scripts/expand_instantiations \ No newline at end of file + common/scripts/expand_instantiations