mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 23:31:02 +00:00
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:
parent
786f3ffe66
commit
650a4dc567
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue