mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Fixed regenerating ANNOUNCE, BUGS, NEWS, INSTALL and README files in gnustep-gui
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32651 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
486fa5a2eb
commit
3d5d4c8350
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2011-03-18 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* Documentation/GNUmakefile (DOCUMENT_TEXT_NAME, TOP_DOC_FILES):
|
||||
Fixed names of files to generate; for example, INSTALL instead of
|
||||
install.
|
||||
|
||||
2011-03-17 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSMenuView.m (-_trackWithEvent:): Use _trackWithEvent:
|
||||
|
|
|
@ -36,14 +36,14 @@ SUBPROJECTS = General GuiUser manual
|
|||
|
||||
# The text documents to be generated
|
||||
DOCUMENT_TEXT_NAME = \
|
||||
install news readme announce bugs
|
||||
INSTALL NEWS README ANNOUNCE BUGS
|
||||
|
||||
gnustep-gui_TEXI_FILES = \
|
||||
version.texi
|
||||
gnustep-gui_DOC_INSTALL_DIR = Developer/Gui/Manual
|
||||
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_TEXT_MAIN = install.texi
|
||||
|
|
Loading…
Reference in a new issue