mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
wmake: Added "See also"
This commit is contained in:
10
wmake/wmake
10
wmake/wmake
@ -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##*/}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user