diff --git a/Documentation/Base.gsdoc b/Documentation/Base.gsdoc
index c52985df5..4a81b205e 100644
--- a/Documentation/Base.gsdoc
+++ b/Documentation/Base.gsdoc
@@ -30,7 +30,7 @@
support both versions. In some cases the newer MacOS APIs are
incompatible with OpenStep, and GNUstep usually supports the richer
version. See the
- OpenStep Compliance section
+ OpenStep Compliance section
for more information on OpenStep Compliance.
diff --git a/Documentation/OpenStepCompliance.gsdoc b/Documentation/OpenStepCompliance.gsdoc
index 4e401da72..02482f06c 100644
--- a/Documentation/OpenStepCompliance.gsdoc
+++ b/Documentation/OpenStepCompliance.gsdoc
@@ -25,50 +25,50 @@
- NSArchiver
- - Array
- - AssertionHandler
- - AutoreleasePool
- - Bundle
- - CalendarDate
- - CharacterSet
- - Coder
- - ConditionLock
- - Connection
- - CountedSet
- - Data
- - Date
- - Deserializer
- - Dictionary
- - DistantObject
- - Enumerator
- - Exception
- - Lock
- - MethodSignature
- - MutableArray
- - MutableCharacterSet
- - MutableData
- - MutableDictionary
- - MutableSet
- - MutableString
- - Notification
- - NotificationCenter
- - NotificationQueue
- - Number
- - ProcessInfo
- - Proxy
- - RecursiveLock
- - RunLoop
- - Scanner
- - Serializer
- - Set
- - String
- - Thread
- - Timer
- - TimeZone
- - TimeZoneDetail
- - Unarchiver
- - UserDefaults
- - Value
+ - NSArray
+ - NSAssertionHandler
+ - NSAutoreleasePool
+ - NSBundle
+ - NSCalendarDate
+ - NSCharacterSet
+ - NSCoder
+ - NSConditionLock
+ - NSConnection
+ - NSCountedSet
+ - NSData
+ - NSDate
+ - NSDeserializer
+ - NSDictionary
+ - NSDistantObject
+ - NSEnumerator
+ - NSException
+ - NSLock
+ - NSMethodSignature
+ - NSMutableArray
+ - NSMutableCharacterSet
+ - NSMutableData
+ - NSMutableDictionary
+ - NSMutableSet
+ - NSMutableString
+ - NSNotification
+ - NSNotificationCenter
+ - NSNotificationQueue
+ - NSNumber
+ - NSProcessInfo
+ - NSProxy
+ - NSRecursiveLock
+ - NSRunLoop
+ - NSScanner
+ - NSSerializer
+ - NSSet
+ - NSString
+ - NSThread
+ - NSTimer
+ - NSTimeZone
+ - NSTimeZoneDetail
+ - NSUnarchiver
+ - NSUserDefaults
+ - NSValue
- All Protocols
- All Functions
diff --git a/Source/DocMakefile b/Source/DocMakefile
index f315833dc..6d08e040c 100644
--- a/Source/DocMakefile
+++ b/Source/DocMakefile
@@ -35,6 +35,7 @@ BaseAdditions_DOC_INSTALL_DIR = Developer
Base_AGSDOC_FILES = \
../Documentation/Base.gsdoc \
+../Documentation/OpenStepCompliance.gsdoc \
NSArchiver.h \
NSArray.h \
NSAttributedString.h \