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
|
2007-10-29 21:16:17 +00:00
|
|
|
# modify it under the terms of the GNU Lesser General Public
|
2003-07-31 23:52:10 +00:00
|
|
|
# License as published by the Free Software Foundation; either
|
2008-06-10 04:01:49 +00:00
|
|
|
# version 2 of the License, or (at your option) any later version.
|
2003-07-31 23:52:10 +00:00
|
|
|
#
|
|
|
|
# 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
|
2007-10-29 21:16:17 +00:00
|
|
|
# Lesser General Public License for more details.
|
2004-06-11 18:58:40 +00:00
|
|
|
#
|
2007-10-29 21:16:17 +00:00
|
|
|
# You should have received a copy of the GNU Lesser General Public
|
|
|
|
# License along with this library; see the file COPYING.LIB.
|
|
|
|
# If not, see <http://www.gnu.org/licenses/> or write to the
|
|
|
|
# Free Software Foundation, 51 Franklin Street, Fifth Floor,
|
|
|
|
# Boston, MA 02110-1301, USA.
|
2003-07-31 23:52:10 +00:00
|
|
|
|
2008-12-19 13:00:47 +00:00
|
|
|
PACKAGE_NAME = gnustep-gui
|
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 = GuiUser
|
2003-07-31 23:52:10 +00:00
|
|
|
|
2004-06-11 18:58:40 +00:00
|
|
|
GuiUser_DOC_INSTALL_DIR = User/Gui
|
2003-07-31 23:52:10 +00:00
|
|
|
|
2004-06-11 18:58:40 +00:00
|
|
|
GuiUser_AGSDOC_FILES = \
|
|
|
|
DefaultsSummary.gsdoc \
|
|
|
|
KeyboardSetup.gsdoc \
|
|
|
|
LanguageSetup.gsdoc
|
2003-07-31 23:52:10 +00:00
|
|
|
|
|
|
|
include $(GNUSTEP_MAKEFILES)/documentation.make
|