mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 14:10:47 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27347 72102866-910b-0410-8b05-ffd578937521
27 lines
591 B
Makefile
27 lines
591 B
Makefile
PACKAGE_NAME = gnustep-gui
|
|
include $(GNUSTEP_MAKEFILES)/common.make
|
|
|
|
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 \
|
|
intro.texi \
|
|
matrix.texi \
|
|
quickreference.texi \
|
|
tableviews.texi \
|
|
theviewconcept.texi
|
|
|
|
AppKit_DOC_INSTALL_DIR = Developer/Gui/ProgrammingManual
|
|
|
|
|
|
include $(GNUSTEP_MAKEFILES)/documentation.make
|