Author: rfm
Date: Mon Jun 30 08:20:36 2014
New Revision: 37965

URL: http://svn.gna.org/viewcvs/gnustep?rev=37965&view=rev
Log:
Yavor Doganov patches for backward compatibility and documentation bootstrap

Modified:
    libs/base/trunk/ChangeLog
    libs/base/trunk/Documentation/GNUmakefile
    libs/base/trunk/Documentation/General/GNUmakefile
    libs/base/trunk/GNUmakefile
    libs/base/trunk/Source/DocMakefile
    libs/base/trunk/Tools/DocMakefile

Modified: libs/base/trunk/ChangeLog
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/base/trunk/ChangeLog?rev=37965&r1=37964&r2=37965&view=diff
==============================================================================
--- libs/base/trunk/ChangeLog   (original)
+++ libs/base/trunk/ChangeLog   Mon Jun 30 08:20:36 2014
@@ -1,3 +1,14 @@
+2014-06-30 Yavor Doganov  <[email protected]>
+
+       * GNUmakefile: Use -include for deb.make (for backward compatibility
+       with old versions of gnustep-make).
+       * Documentation/GNUmakefile:
+       * Documentation/General/GNUmakefile:
+       * Source/DocMakefile:
+       * Tools/DocMakefile:
+       Flags alterations to build documentation before base/autogsdoc is
+       installed.
+
 2014-06-26 Riccardo Mottola <[email protected]>
 
        * Headers/GNUstepBase/GSTypeEncoding.h

Modified: libs/base/trunk/Documentation/GNUmakefile
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/base/trunk/Documentation/GNUmakefile?rev=37965&r1=37964&r2=37965&view=diff
==============================================================================
--- libs/base/trunk/Documentation/GNUmakefile   (original)
+++ libs/base/trunk/Documentation/GNUmakefile   Mon Jun 30 08:20:36 2014
@@ -97,8 +97,10 @@
 # directory.
 #
 #ReleaseNotes_AGSDOC_FLAGS = -DocumentationDirectory .
+ReleaseNotes_AGSDOC_FLAGS = -DTDs ../Tools
 
 # Use local version of autogsdoc in case it is not installed
+LD_LIBRARY_PATH := $(dir 
$(CURDIR))/Source/$(GNUSTEP_OBJ_DIR_NAME):$(LD_LIBRARY_PATH)
 AUTOGSDOC=../Tools/$(GNUSTEP_OBJ_DIR_NAME)/autogsdoc
 BASE_MAKE_LOADED=yes
 

Modified: libs/base/trunk/Documentation/General/GNUmakefile
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/base/trunk/Documentation/General/GNUmakefile?rev=37965&r1=37964&r2=37965&view=diff
==============================================================================
--- libs/base/trunk/Documentation/General/GNUmakefile   (original)
+++ libs/base/trunk/Documentation/General/GNUmakefile   Mon Jun 30 08:20:36 2014
@@ -43,6 +43,7 @@
 # directory.
 #
 #General_AGSDOC_FLAGS = -DocumentationDirectory .
+General_AGSDOC_FLAGS = -DTDs ../../Tools
 
 # Use local version of autogsdoc in case it is not installed
 AUTOGSDOC=../../Tools/$(GNUSTEP_OBJ_DIR_NAME)/autogsdoc

Modified: libs/base/trunk/GNUmakefile
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/base/trunk/GNUmakefile?rev=37965&r1=37964&r2=37965&view=diff
==============================================================================
--- libs/base/trunk/GNUmakefile (original)
+++ libs/base/trunk/GNUmakefile Mon Jun 30 08:20:36 2014
@@ -75,6 +75,6 @@
 -include Makefile.preamble
 
 include $(GNUSTEP_MAKEFILES)/aggregate.make
-include $(GNUSTEP_MAKEFILES)/Master/deb.make
+-include $(GNUSTEP_MAKEFILES)/Master/deb.make
 
 -include Makefile.postamble

Modified: libs/base/trunk/Source/DocMakefile
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/base/trunk/Source/DocMakefile?rev=37965&r1=37964&r2=37965&view=diff
==============================================================================
--- libs/base/trunk/Source/DocMakefile  (original)
+++ libs/base/trunk/Source/DocMakefile  Mon Jun 30 08:20:36 2014
@@ -179,6 +179,7 @@
        -HeaderDirectory ../Headers/Foundation \
        -Declared Foundation \
        -Standards YES \
+       -DTDs ../Tools \
        -ConstantsTemplate TypesAndConstants \
        -FunctionsTemplate Functions \
        -MacrosTemplate Functions \

Modified: libs/base/trunk/Tools/DocMakefile
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/base/trunk/Tools/DocMakefile?rev=37965&r1=37964&r2=37965&view=diff
==============================================================================
--- libs/base/trunk/Tools/DocMakefile   (original)
+++ libs/base/trunk/Tools/DocMakefile   Mon Jun 30 08:20:36 2014
@@ -65,6 +65,7 @@
        -DocumentationDirectory ../Documentation/BaseTools \
        -HeaderDirectory ../Tools \
        -Standards YES \
+       -DTDs ../Tools \
        -WordMap '{\
        WINAPI="";\
        }' -Up BaseTools


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

Reply via email to