From 124144e9973cb2d762216a1fe4a3318bef1fcb35 Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 29 Oct 2010 03:19:13 +0000 Subject: [PATCH] Reorder targets. git-svn-id: https://svn.dealii.org/trunk@22546 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5