mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 12:00:39 +00:00
Fixup on GNUmakefile of Documentation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@31575 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fea19d5fbf
commit
d207f87332
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2010-10-30 German Arias <german@xelalug.org>
|
||||||
|
|
||||||
|
* Documentation/GNUmakefile: Changes in some files names to
|
||||||
|
correspond with the files provided in the Documentation directory.
|
||||||
|
|
||||||
2010-10-29 Doug Simons <doug.simons@testplant.com>
|
2010-10-29 Doug Simons <doug.simons@testplant.com>
|
||||||
|
|
||||||
* Source/GSThemeMenu.m
|
* Source/GSThemeMenu.m
|
||||||
|
|
|
@ -36,14 +36,14 @@ SUBPROJECTS = General GuiUser manual
|
||||||
|
|
||||||
# The text documents to be generated
|
# The text documents to be generated
|
||||||
DOCUMENT_TEXT_NAME = \
|
DOCUMENT_TEXT_NAME = \
|
||||||
INSTALL NEWS README ANNOUNCE BUGS
|
install news readme announce bugs
|
||||||
|
|
||||||
gnustep-gui_TEXI_FILES = \
|
gnustep-gui_TEXI_FILES = \
|
||||||
version.texi
|
version.texi
|
||||||
gnustep-gui_DOC_INSTALL_DIR = Developer/Gui/Manual
|
gnustep-gui_DOC_INSTALL_DIR = Developer/Gui/Manual
|
||||||
GuiUser_DOC_INSTALL_DIR = User/Gui
|
GuiUser_DOC_INSTALL_DIR = User/Gui
|
||||||
|
|
||||||
TOP_DOC_FILES = INSTALL NEWS README ANNOUNCE BUGS
|
TOP_DOC_FILES = install news readme announce bugs
|
||||||
|
|
||||||
INSTALL_TEXI_FILES = version.texi
|
INSTALL_TEXI_FILES = version.texi
|
||||||
INSTALL_TEXT_MAIN = install.texi
|
INSTALL_TEXT_MAIN = install.texi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue