Author: thebeing
Date: Wed Mar  2 11:57:18 2016
New Revision: 39438

URL: http://svn.gna.org/viewcvs/gnustep?rev=39438&view=rev
Log:
Make that documentation=no instead of skip_documentation=yes

Modified:
    tools/make/trunk/Documentation/gnustep-make.texi
    tools/make/trunk/Master/documentation.make

Modified: tools/make/trunk/Documentation/gnustep-make.texi
URL: 
http://svn.gna.org/viewcvs/gnustep/tools/make/trunk/Documentation/gnustep-make.texi?rev=39438&r1=39437&r2=39438&view=diff
==============================================================================
--- tools/make/trunk/Documentation/gnustep-make.texi    (original)
+++ tools/make/trunk/Documentation/gnustep-make.texi    Wed Mar  2 11:57:18 2016
@@ -1524,15 +1524,16 @@
 make messages=yes
 @end smallexample
 
-@defvar skip_documentation
-@code{skip_documentation} controls whether the documentation targets in
+@defvar documentation
+@code{documentation} controls whether the documentation targets in
 a project will be executed. If you don't desire building the
 documentation (which might require a working LaTeX installation, etc.)
-you can set this to @samp{yes}.
-@end defvar
-
-@smallexample
-make skip_documentation=yes
+you can set this to @samp{no}. Otherwise the documentation will
+be built.
+@end defvar
+
+@smallexample
+make documentation=no
 @end smallexample
 
 @bye

Modified: tools/make/trunk/Master/documentation.make
URL: 
http://svn.gna.org/viewcvs/gnustep/tools/make/trunk/Master/documentation.make?rev=39438&r1=39437&r2=39438&view=diff
==============================================================================
--- tools/make/trunk/Master/documentation.make  (original)
+++ tools/make/trunk/Master/documentation.make  Wed Mar  2 11:57:18 2016
@@ -24,7 +24,7 @@
 include $(GNUSTEP_MAKEFILES)/rules.make
 endif
 
-ifeq ($(skip_documentation),yes)
+ifeq ($(documentation),no)
 internal-all::
   $(info Not building documentation on user request)
 internal-install::


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to