apps-gorm/Documentation/GNUmakefile
Nicola Pero 131c05030e Removed GNUSTEP_CORE_SOFTWARE=YES from makefiles and instead set PACKAGE_NAME=gorm
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27350 72102866-910b-0410-8b05-ffd578937521
2008-12-19 13:09:11 +00:00

32 lines
688 B
Makefile

PACKAGE_NAME = gorm
include $(GNUSTEP_MAKEFILES)/common.make
include ../Version
# The application to be compiled
DOCUMENT_NAME = Gorm
DOCUMENT_TEXT_NAME = README NEWS INSTALL ANNOUNCE
# The texinfo source files to be used
Gorm_TEXI_FILES = install.texi news.texi Gorm.texi announce.texi
ANNOUNCE_TEXI_FILES = version.texi
ANNOUNCE_TEXT_MAIN = announce.texi
README_TEXI_FILES = version.texi
README_TEXT_MAIN = readme.texi
INSTALL_TEXI_FILES = version.texi
INSTALL_TEXT_MAIN = install.texi
NEWS_TEXI_FILES = version.texi
NEWS_TEXT_MAIN = news.texi
-include Makefile.preamble
-include GNUmakefile.local
include $(GNUSTEP_MAKEFILES)/documentation.make
-include Makefile.postamble