From 5baa7039fc835469449c9180ef316434bff9b81b Mon Sep 17 00:00:00 2001 From: Henry <Henry> Date: Sun, 11 Jan 2015 18:21:20 +0000 Subject: [PATCH] wmake: Added "See also" --- wmake/wmake | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/wmake/wmake b/wmake/wmake index 5f5ce2ebef3..bf476c9d46c 100755 --- a/wmake/wmake +++ b/wmake/wmake @@ -3,7 +3,7 @@ # ========= | # \\ / F ield | OpenFOAM: The Open Source CFD Toolbox # \\ / O peration | -# \\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation +# \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation # \\/ M anipulation | #------------------------------------------------------------------------------- # License @@ -44,10 +44,14 @@ # The disadvantage of the out-of-tree compilation is that the dependency # files are harder to find but are sometimes useful to study which header # files are included. For those who need access to the dependency files the -# new wdep script is provided to locate them. -# See the wdep script header or run: +# new wdep script is provided to locate them. See the wdep script header or +# run: # wdep -h # +# See also +# wclean, wcleanMachine, wcleanAll, wcleanLnInclude, wcleanLnIncludeAll, +# wdep, wrmdep, wrmo and wrmdepold +# #------------------------------------------------------------------------------ Script=${0##*/} -- GitLab