apps-gorm/Documentation/GNUmakefile
Gregory John Casamento a703c5f2ae Removed GormTest.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20898 72102866-910b-0410-8b05-ffd578937521
2005-03-12 02:20:18 +00:00

34 lines
772 B
Makefile

GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
GNUSTEP_MAKEFILES = $(GNUSTEP_SYSTEM_ROOT)/Makefiles
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