From 650a4dc5678a02a76b267efdf35aaf74c9cdf962 Mon Sep 17 00:00:00 2001 From: Adrian Robert Date: Tue, 22 Jun 2004 23:17:14 +0000 Subject: [PATCH] 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 --- Documentation/GNUmakefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile index 4800e09f1..e09947f58 100644 --- a/Documentation/GNUmakefile +++ b/Documentation/GNUmakefile @@ -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