2005-07-01 21:00:04 +00:00
|
|
|
#
|
|
|
|
# Makefile for GNUstep base manual
|
|
|
|
#
|
|
|
|
# Copyright (C) 2005 Free Software Foundation, Inc.
|
|
|
|
#
|
|
|
|
# This library is free software; you can redistribute it and/or
|
2005-07-15 22:51:23 +00:00
|
|
|
# modify it under the terms of the GNU General Public
|
2005-07-01 21:00:04 +00:00
|
|
|
# License as published by the Free Software Foundation; either
|
2007-09-14 11:36:11 +00:00
|
|
|
# version 3 of the License, or (at your option) any later version.
|
2005-07-01 21:00:04 +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
|
2005-07-15 22:51:23 +00:00
|
|
|
# General Public License for more details.
|
2005-07-01 21:00:04 +00:00
|
|
|
#
|
2005-07-15 22:51:23 +00:00
|
|
|
# You should have received a copy of the GNU General Public
|
|
|
|
# License along with this library.
|
2005-07-01 21:00:04 +00:00
|
|
|
# If not, write to the Free Software Foundation,
|
|
|
|
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
2002-02-01 16:13:20 +00:00
|
|
|
|
2008-12-19 12:53:30 +00:00
|
|
|
PACKAGE_NAME = gnustep-base
|
2008-12-18 18:37:45 +00:00
|
|
|
|
2002-02-01 16:13:20 +00:00
|
|
|
include $(GNUSTEP_MAKEFILES)/common.make
|
2010-03-11 08:08:08 +00:00
|
|
|
-include ../../config.mak
|
2002-02-01 16:13:20 +00:00
|
|
|
|
|
|
|
GNUSTEP_MAKEINFO_FLAGS = -D NO-TEXI2HTML
|
|
|
|
|
|
|
|
DOCUMENT_NAME = manual
|
|
|
|
|
|
|
|
manual_TEXI_FILES = \
|
|
|
|
foreword.texi \
|
2004-06-22 22:16:28 +00:00
|
|
|
manual.texi \
|
|
|
|
AdvancedMessaging.texi \
|
|
|
|
BaseLibrary.texi \
|
|
|
|
Compliance.texi \
|
2002-02-01 16:13:20 +00:00
|
|
|
DistributedObjects.texi \
|
2004-06-22 22:16:28 +00:00
|
|
|
ExceptionHandling.texi \
|
2002-02-01 16:13:20 +00:00
|
|
|
GNUstepMake.texi \
|
2004-06-22 22:16:28 +00:00
|
|
|
GSDoc.texi \
|
|
|
|
Introduction.texi \
|
|
|
|
ObjcAndJavaC++.texi \
|
|
|
|
ObjcLanguage.texi \
|
|
|
|
JavaAndGuile.texi \
|
|
|
|
WorkingWithObjects.texi \
|
|
|
|
WritingNewClasses.texi
|
2002-02-01 16:13:20 +00:00
|
|
|
|
|
|
|
manual_DOC_INSTALL_DIR = Developer/Base/ProgrammingManual
|
|
|
|
|
|
|
|
include $(GNUSTEP_MAKEFILES)/documentation.make
|
|
|
|
|
|
|
|
|