2003-07-31 23:52:10 +00:00
|
|
|
#
|
2004-06-11 18:58:40 +00:00
|
|
|
# Makefile for GNUstep Gui Library documentation.
|
|
|
|
#
|
|
|
|
# Copyright (C) 2002 Free Software Foundation, Inc.
|
2003-07-31 23:52:10 +00:00
|
|
|
#
|
|
|
|
# Written by: Adam Fedor <fedor@gnu.org>
|
|
|
|
#
|
|
|
|
# This file is part of the GNUstep Gui 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
|
2006-09-22 11:23:03 +00:00
|
|
|
# Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
|
|
|
# Boston, MA 02111 USA
|
2004-06-11 18:58:40 +00:00
|
|
|
#
|
2003-07-31 23:52:10 +00:00
|
|
|
|
|
|
|
# Install into the system root by default
|
2006-11-15 16:59:32 +00:00
|
|
|
GNUSTEP_INSTALLATION_DOMAIN = SYSTEM
|
2003-07-31 23:52:10 +00:00
|
|
|
|
|
|
|
include $(GNUSTEP_MAKEFILES)/common.make
|
2004-06-11 18:58:40 +00:00
|
|
|
include ../../config.make
|
2003-07-31 23:52:10 +00:00
|
|
|
|
2004-06-11 18:58:40 +00:00
|
|
|
DOCUMENT_NAME = General
|
2003-07-31 23:52:10 +00:00
|
|
|
|
2004-06-11 18:58:40 +00:00
|
|
|
General_DOC_INSTALL_DIR = Developer/Gui
|
2003-07-31 23:52:10 +00:00
|
|
|
|
2004-06-11 18:58:40 +00:00
|
|
|
General_AGSDOC_FILES = \
|
2004-07-30 15:05:47 +00:00
|
|
|
OpenStepCompliance.gsdoc
|
2003-07-31 23:52:10 +00:00
|
|
|
|
|
|
|
include $(GNUSTEP_MAKEFILES)/documentation.make
|