Searched refs:NODOC (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/release/
H A Drelease.sh71 # ports/ checkout also forces NODOC to be set.
72 NODOC=
101 # If PORTS is set and NODOC is unset, force NODOC=yes because the ports tree
103 if [ "x${NOPORTS}" != "x" ] && [ "x${NODOC}" = "x" ]; then
104 echo "*** NOTICE: Setting NODOC=1 since ports tree is required"
106 NODOC=yes
109 # If NOPORTS and/or NODOC are unset, they must not pass to make as variables.
110 # The release makefile verifies definedness of NOPORTS/NODOC variables
116 if [ "x${NODOC}" !
[all...]
H A DMakefile21 # NODOC: if set, do not generate release documentation
59 NODOC= true macro
72 .if !defined(NODOC)
147 .if !defined(NODOC)
171 .if !defined(NODOC)
189 .if !defined(NODOC)
/freebsd-10.0-release/contrib/openpam/misc/
H A Dgendoc.pl344 if ($source =~ m/^ \* NODOC\s*$/m) {

Completed in 76 milliseconds