updated to build/install manual and be a bit more parallel to counterpart makefile in Base

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19595 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adrian Robert 2004-06-22 23:17:14 +00:00
parent 786f3ffe66
commit 650a4dc567

View file

@ -27,20 +27,21 @@ GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../gui.make
include $(GNUSTEP_MAKEFILES)/common.make
include ../Version
#include ../config.make
# The documents to be generated
DOCUMENT_NAME = gnustep-gui ReleaseNotes
DOCUMENT_NAME = ReleaseNotes
SUBPROJECTS = General GuiUser
SUBPROJECTS = General GuiUser manual
# The text documents to be generated
DOCUMENT_TEXT_NAME = \
INSTALL NEWS README ANNOUNCE BUGS
gnustep-gui_TEXI_FILES = \
gnustep-gui.texi \
version.texi
gnustep-gui_DOC_INSTALL_DIR = Developer/Gui/Manual
GuiUser_DOC_INSTALL_DIR = User/Gui
TOP_DOC_FILES = INSTALL NEWS README ANNOUNCE BUGS
@ -84,6 +85,7 @@ GuiAdditions_DOC_INSTALL_DIR = Developer/Gui/Additions
include $(GNUSTEP_MAKEFILES)/aggregate.make
include $(GNUSTEP_MAKEFILES)/documentation.make
include $(GNUSTEP_MAKEFILES)/aggregate.make
-include GNUmakefile.postamble