2000-04-10 05:22:48 +00:00
|
|
|
#
|
|
|
|
# doc makefile for the GNUstep Gui Library
|
|
|
|
# Copyright (C) 2000 Free Software Foundation, Inc.
|
|
|
|
#
|
|
|
|
# Written by: Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
#
|
|
|
|
# This file is part of the GNUstep Base Library.
|
|
|
|
#
|
|
|
|
# This library is free software; you can redistribute it and/or
|
|
|
|
# modify it under the terms of the GNU Library General Public
|
|
|
|
# License as published by the Free Software Foundation; either
|
|
|
|
# version 2 of the License, or (at your option) any later version.
|
|
|
|
#
|
|
|
|
# This library is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
# Library General Public License for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU Library General Public
|
|
|
|
# License along with this library; if not, write to the Free
|
|
|
|
# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
|
|
|
|
|
|
|
|
# Install into the system root by default
|
|
|
|
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
|
|
|
|
|
|
|
GNUSTEP_MAKEFILES = $(GNUSTEP_SYSTEM_ROOT)/Makefiles
|
|
|
|
|
2001-01-29 19:49:03 +00:00
|
|
|
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../../gui.make
|
2000-04-10 05:22:48 +00:00
|
|
|
include $(GNUSTEP_MAKEFILES)/common.make
|
|
|
|
|
|
|
|
# The documents to be generated
|
|
|
|
DOCUMENT_NAME = Gui
|
|
|
|
|
|
|
|
Gui_GSDOC_FILES = Gui.gsdoc \
|
2001-12-17 16:51:51 +00:00
|
|
|
$(Gui_AUTOGSDOC_FILES) \
|
2000-04-10 05:22:48 +00:00
|
|
|
Introduction.gsdoc \
|
|
|
|
NSBundleAdditions.gsdoc \
|
|
|
|
NSCoderAdditions.gsdoc \
|
|
|
|
NSMenuItem.gsdoc \
|
|
|
|
NSMutableAttributedStringAdditions.gsdoc \
|
|
|
|
NSMutableParagraphStyle.gsdoc \
|
|
|
|
NSPICTImageRep.gsdoc \
|
|
|
|
NSSecureTextFieldCell.gsdoc \
|
|
|
|
NSStringAdditions.gsdoc \
|
|
|
|
NSTableColumn.gsdoc \
|
|
|
|
NSTextAttachment.gsdoc \
|
|
|
|
NSTextAttachmentCell.gsdoc \
|
2001-12-17 16:51:51 +00:00
|
|
|
NSTextTab.gsdoc
|
2000-04-10 05:22:48 +00:00
|
|
|
|
2001-11-08 18:26:39 +00:00
|
|
|
# These gsdoc files are automatically generated from class source/headers
|
2001-12-17 16:51:51 +00:00
|
|
|
Gui_AGSDOC_FILES = \
|
|
|
|
NSActionCell.h \
|
|
|
|
NSAffineTransform.h \
|
|
|
|
NSApplication.h \
|
|
|
|
NSAttributedString.h \
|
|
|
|
NSBezierPath.h \
|
|
|
|
NSBitmapImageRep.h \
|
|
|
|
NSBox.h \
|
|
|
|
NSBrowser.h \
|
|
|
|
NSBrowserCell.h \
|
|
|
|
NSButton.h \
|
|
|
|
NSButtonCell.h \
|
|
|
|
NSCachedImageRep.h \
|
|
|
|
NSCell.h \
|
|
|
|
NSClipView.h \
|
|
|
|
NSColor.h \
|
|
|
|
NSColorList.h \
|
|
|
|
NSColorPanel.h \
|
|
|
|
NSColorPicker.h \
|
|
|
|
NSColorWell.h \
|
|
|
|
NSComboBox.h \
|
|
|
|
NSComboBoxCell.h \
|
|
|
|
NSControl.h \
|
|
|
|
NSCursor.h \
|
|
|
|
NSCustomImageRep.h \
|
|
|
|
NSDocument.h \
|
|
|
|
NSDocumentController.h \
|
|
|
|
NSEPSImageRep.h \
|
|
|
|
NSEvent.h \
|
|
|
|
NSFileWrapper.h \
|
|
|
|
NSFont.h \
|
|
|
|
NSFontManager.h \
|
|
|
|
NSFontPanel.h \
|
|
|
|
NSForm.h \
|
|
|
|
NSFormCell.h \
|
|
|
|
NSGraphicsContext.h \
|
|
|
|
NSHelpManager.h \
|
|
|
|
NSImage.h \
|
|
|
|
NSImageCell.h \
|
|
|
|
NSImageRep.h \
|
|
|
|
NSImageView.h \
|
|
|
|
NSInputManager.h \
|
|
|
|
NSInputServer.h \
|
|
|
|
NSLayoutManager.h \
|
|
|
|
NSMatrix.h \
|
|
|
|
NSMenu.h \
|
|
|
|
NSMenuItemCell.h \
|
|
|
|
NSMenuView.h \
|
|
|
|
NSOpenPanel.h \
|
|
|
|
NSPageLayout.h \
|
|
|
|
NSPanel.h \
|
|
|
|
NSParagraphStyle.h \
|
|
|
|
NSPasteboard.h \
|
|
|
|
NSPopUpButton.h \
|
|
|
|
NSPopUpButtonCell.h \
|
|
|
|
NSPrintInfo.h \
|
|
|
|
NSPrintOperation.h \
|
|
|
|
NSPrintPanel.h \
|
|
|
|
NSPrinter.h \
|
|
|
|
NSProgressIndicator.h \
|
|
|
|
NSResponder.h \
|
|
|
|
NSRulerMarker.h \
|
|
|
|
NSRulerView.h \
|
|
|
|
NSSavePanel.h \
|
|
|
|
NSScreen.h \
|
|
|
|
NSScrollView.h \
|
|
|
|
NSScroller.h \
|
|
|
|
NSSecureTextField.h \
|
|
|
|
NSSlider.h \
|
|
|
|
NSSliderCell.h \
|
|
|
|
NSSpellChecker.h \
|
|
|
|
NSSpellServer.h \
|
|
|
|
NSSplitView.h \
|
|
|
|
NSTabView.h \
|
|
|
|
NSTabViewItem.h \
|
|
|
|
NSTableHeaderCell.h \
|
|
|
|
NSTableHeaderView.h \
|
|
|
|
NSTableView.h \
|
|
|
|
NSText.h \
|
|
|
|
NSTextContainer.h \
|
|
|
|
NSTextField.h \
|
|
|
|
NSTextFieldCell.h \
|
|
|
|
NSTextStorage.h \
|
|
|
|
NSTextView.h \
|
|
|
|
NSView.h \
|
|
|
|
NSWindow.h \
|
|
|
|
NSWindowController.h \
|
|
|
|
NSWorkspace.h
|
2001-11-08 18:26:39 +00:00
|
|
|
|
2001-12-17 16:51:51 +00:00
|
|
|
Gui_AGSDOC_FLAGS = -HeaderDirectory ../../Headers/AppKit -Declared AppKit \
|
|
|
|
-SourceDirectory ../../Source
|
2001-11-08 18:26:39 +00:00
|
|
|
|
2000-11-06 17:20:40 +00:00
|
|
|
Gui_DOC_INSTALL_DIR = Developer/Gui/Reference
|
|
|
|
|
2001-11-08 18:26:39 +00:00
|
|
|
-include GNUmakefile.preamble
|
2000-04-10 05:22:48 +00:00
|
|
|
|
|
|
|
-include GNUmakefile.local
|
|
|
|
|
|
|
|
include $(GNUSTEP_MAKEFILES)/documentation.make
|
|
|
|
|
2001-11-08 18:26:39 +00:00
|
|
|
-include GNUmakefile.postamble
|