mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-04 19:00:53 +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
6dd53d2980
commit
50d855188d
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>
|
2011-03-17 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
* Source/NSMenuView.m (-_trackWithEvent:): Use _trackWithEvent:
|
* Source/NSMenuView.m (-_trackWithEvent:): Use _trackWithEvent:
|
||||||
|
|
|
@ -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