wmake: Added "See also"

This commit is contained in:
Henry
2015-01-11 18:21:20 +00:00
parent 9106d893c7
commit ac42485493

View File

@ -3,7 +3,7 @@
# ========= | # ========= |
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox # \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
# \\ / O peration | # \\ / O peration |
# \\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation # \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
# \\/ M anipulation | # \\/ M anipulation |
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
# License # License
@ -44,10 +44,14 @@
# The disadvantage of the out-of-tree compilation is that the dependency # 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 harder to find but are sometimes useful to study which header
# files are included. For those who need access to the dependency files the # files are included. For those who need access to the dependency files the
# new wdep script is provided to locate them. # new wdep script is provided to locate them. See the wdep script header or
# See the wdep script header or run: # run:
# wdep -h # wdep -h
# #
# See also
# wclean, wcleanMachine, wcleanAll, wcleanLnInclude, wcleanLnIncludeAll,
# wdep, wrmdep, wrmo and wrmdepold
#
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
Script=${0##*/} Script=${0##*/}