From 6e28e5b25ec4796270d54e6634a1202145854d0c Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 17 Nov 1999 11:01:36 +0000 Subject: [PATCH] More doc. Add TAGS as documented target. git-svn-id: https://svn.dealii.org/trunk@1875 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/Makefile | 5 ++++- deal.II/common/Makefile | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/deal.II/Makefile b/deal.II/Makefile index 94125c1477..8f22a93ed0 100644 --- a/deal.II/Makefile +++ b/deal.II/Makefile @@ -18,11 +18,14 @@ help: @echo "= You need to have Doc++ and LaTeX installed for that. =" @echo "= tex-doc: same, but only generate the LaTeX file, don't compile it =" @echo "= TODO: create a TODO file from TODO lines in the source files =" + @echo "= TAGS: create a TAGS file from include and source files =" @echo "= clean: removes all object files, libraries, etc in all subdirs =" @echo "= =" @echo "=The following additional parameters may be specified to make: =" @echo "= PAR=-jn where n is the number of parallel processes for parallel =" - @echo "= builds. =" + @echo "= builds. If you use GNU make 3.78 or higher, you can =" + @echo "= call 'make -jn' directly. This parameter is no more =" + @echo "= necessary then. =" @echo "======================================================================" diff --git a/deal.II/common/Makefile b/deal.II/common/Makefile index 94125c1477..8f22a93ed0 100644 --- a/deal.II/common/Makefile +++ b/deal.II/common/Makefile @@ -18,11 +18,14 @@ help: @echo "= You need to have Doc++ and LaTeX installed for that. =" @echo "= tex-doc: same, but only generate the LaTeX file, don't compile it =" @echo "= TODO: create a TODO file from TODO lines in the source files =" + @echo "= TAGS: create a TAGS file from include and source files =" @echo "= clean: removes all object files, libraries, etc in all subdirs =" @echo "= =" @echo "=The following additional parameters may be specified to make: =" @echo "= PAR=-jn where n is the number of parallel processes for parallel =" - @echo "= builds. =" + @echo "= builds. If you use GNU make 3.78 or higher, you can =" + @echo "= call 'make -jn' directly. This parameter is no more =" + @echo "= necessary then. =" @echo "======================================================================" -- 2.39.5