2008-12-19 13:00:47 +00:00
|
|
|
PACKAGE_NAME = gnustep-gui
|
2004-06-22 23:18:14 +00:00
|
|
|
include $(GNUSTEP_MAKEFILES)/common.make
|
|
|
|
|
2006-12-04 05:20:29 +00:00
|
|
|
DOCUMENT_NAME = AppKit
|
|
|
|
|
|
|
|
AppKit_TEXI_FILES = \
|
|
|
|
AppKit.texi \
|
|
|
|
applicationmakefiles.texi \
|
|
|
|
applicationpropertylist.texi \
|
|
|
|
browsers.texi \
|
|
|
|
controls.texi \
|
|
|
|
dataexchange.texi \
|
|
|
|
drawing.texi \
|
|
|
|
eventhandling.texi \
|
|
|
|
fdl.texi \
|
|
|
|
gnustepapplication.texi \
|
|
|
|
interfacefiles.texi \
|
2006-12-11 16:35:39 +00:00
|
|
|
intro.texi \
|
2006-12-04 05:20:29 +00:00
|
|
|
matrix.texi \
|
|
|
|
quickreference.texi \
|
|
|
|
tableviews.texi \
|
|
|
|
theviewconcept.texi
|
|
|
|
|
|
|
|
AppKit_DOC_INSTALL_DIR = Developer/Gui/ProgrammingManual
|
2004-06-22 23:18:14 +00:00
|
|
|
|
|
|
|
|
|
|
|
include $(GNUSTEP_MAKEFILES)/documentation.make
|