mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Fixed regenerating INSTALL, NEWS, README and ANNOUNCE for gnustep-base
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32650 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
053138cbce
commit
9d6a3d4d42
2 changed files with 10 additions and 6 deletions
|
@ -1,3 +1,11 @@
|
|||
2011-03-18 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* Documentation/GNUmakefile (CODING-STANDARDS_TEXI_FILES,
|
||||
CODING-STANDARDS_DOC_INSTALL_DIR, CODING-STANDARDS_TEXT_MAIN):
|
||||
Removed.
|
||||
(DOCUMENT_TEXT_NAME, TOP_DOC_FILES): Fixed names of files to
|
||||
generate; for example, INSTALL instead of install.
|
||||
|
||||
2011-03-18 Riccardo Mottola <rm@gnu.org>
|
||||
|
||||
* Source/NSSortDescriptor.m:
|
||||
|
|
|
@ -56,9 +56,9 @@ SUBPROJECTS = manual General
|
|||
|
||||
# The text documents to be generated
|
||||
DOCUMENT_TEXT_NAME = \
|
||||
install news readme announce
|
||||
INSTALL NEWS README ANNOUNCE
|
||||
|
||||
TOP_DOC_FILES = install news readme announce
|
||||
TOP_DOC_FILES = INSTALL NEWS README ANNOUNCE
|
||||
|
||||
gnustep-base_TEXI_FILES = \
|
||||
version.texi \
|
||||
|
@ -78,10 +78,6 @@ NEWS_TEXI_FILES = version.texi
|
|||
NEWS_TEXT_MAIN = news.texi
|
||||
NEWS_DOC_INSTALL_DIR = Developer/Base/ReleaseNotes/$(VERSION)
|
||||
|
||||
CODING-STANDARDS_TEXI_FILES = version.texi
|
||||
CODING-STANDARDS_TEXT_MAIN = coding-standards.texi
|
||||
CODING-STANDARDS_DOC_INSTALL_DIR = Developer/CodingStandards
|
||||
|
||||
README_TEXI_FILES = version.texi
|
||||
README_TEXT_MAIN = readme.texi
|
||||
README_DOC_INSTALL_DIR = Developer/Base/ReleaseNotes/$(VERSION)
|
||||
|
|
Loading…
Reference in a new issue