darling-dbuskit/Documentation/GNUmakefile
Niels Grewe 150f789354 Fix copy and paste error.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/dbuskit/trunk@31327 72102866-910b-0410-8b05-ffd578937521
2010-09-11 14:09:24 +00:00

42 lines
1.1 KiB
Makefile

include $(GNUSTEP_MAKEFILES)/common.make
-include ../GNUmakefile.preamble
DOCUMENT_NAME = DBusKit
DBusKit_TEXI_FILES = DBusKit.texi \
Introduction.texi \
fdl-1.3.texi
DBusKit_DOC_INSTALL_DIR = Developer/DBusKit/ProgrammingManual
DOCUMENT_TEXT_NAME = INSTALL README
INSTALL_TEXT_MAIN = install.texi
INSTALL_TEXI_FILES = install.texi
INSTALL_DOC_INSTALL_DIR = Developer/DBusKit/ReleaseNotes/$(VERSION)
README_TEXT_MAIN = readme.texi
README_TEXI_FILES = readme.texi
README_DOC_INSTALL_DIR = Developer/DBusKit/ReleaseNotes/$(VERSION)
REF_DOC_INSTALL_DIR = $(GNUSTEP_DOC)/Developer
DBusKit_AGSDOC_FLAGS = \
-MakeFrames YES \
-DocumentationDirectory Reference \
-HeaderDirectory ../Headers/ \
-Declared DBusKit \
-ConstantsTemplate TypesAndConstants \
-FunctionsTemplate Functions \
-MacrosTemplate Functions \
-TypedefsTemplate TypesAndConstants \
-VariablesTemplate TypesAndConstants
DBusKit_AGSDOC_FILES = \
DBusKit.gsdoc \
../Headers/DKNotificationCenter.h \
../Headers/DKPort.h \
../Headers/DKProxy.h
include $(GNUSTEP_MAKEFILES)/documentation.make
-include GNUmakefile.postamble