mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Remove use of tmpl.texi files
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@8065 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f824ddfed6
commit
ee3dede8da
12 changed files with 36 additions and 33 deletions
|
@ -1,3 +1,7 @@
|
|||
2000-11-06 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Documentation: Move tmpl.texi files to texi and update GNUmakefile
|
||||
|
||||
Mon Nov 6 16:55:26 2000 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Documentation/GNUmakefile: Install ANNOUNCE, NEWS, INSTALL,
|
||||
|
|
|
@ -40,41 +40,41 @@ INSTALL NEWS CODING-STANDARDS README ANNOUNCE BUGS
|
|||
TOP_DOC_FILES = INSTALL NEWS README ANNOUNCE BUGS
|
||||
|
||||
gnustep-base_TEXI_FILES = \
|
||||
version.tmpl.texi \
|
||||
gnustep-base.tmpl.texi \
|
||||
gnustep-zones.tmpl.texi
|
||||
version.texi \
|
||||
gnustep-base.texi \
|
||||
gnustep-zones.texi
|
||||
gnustep-base_DOC_INSTALL_DIR = Developer/Base/Manual
|
||||
|
||||
coding-standards_TEXI_FILES = \
|
||||
coding-standards.tmpl.texi
|
||||
coding-standards.texi
|
||||
coding-standards_DOC_INSTALL_DIR = Developer/CodingStandards
|
||||
|
||||
BUGS_TEXI_FILES = version.tmpl.texi
|
||||
BUGS_TEXT_MAIN = todo.tmpl.texi
|
||||
BUGS_TEXI_FILES = version.texi
|
||||
BUGS_TEXT_MAIN = todo.texi
|
||||
BUGS_DOC_INSTALL_DIR = Developer/Base/ReleaseNotes/$(VERSION)
|
||||
|
||||
INSTALL_TEXI_FILES = version.tmpl.texi
|
||||
INSTALL_TEXT_MAIN = install.tmpl.texi
|
||||
INSTALL_TEXI_FILES = version.texi
|
||||
INSTALL_TEXT_MAIN = install.texi
|
||||
INSTALL_DOC_INSTALL_DIR = Developer/Base/ReleaseNotes/$(VERSION)
|
||||
|
||||
NEWS_TEXI_FILES = version.tmpl.texi
|
||||
NEWS_TEXT_MAIN = news.tmpl.texi
|
||||
NEWS_TEXI_FILES = version.texi
|
||||
NEWS_TEXT_MAIN = news.texi
|
||||
NEWS_DOC_INSTALL_DIR = Developer/Base/ReleaseNotes/$(VERSION)
|
||||
|
||||
CODING-STANDARDS_TEXI_FILES = version.tmpl.texi
|
||||
CODING-STANDARDS_TEXT_MAIN = coding-standards.tmpl.texi
|
||||
CODING-STANDARDS_TEXI_FILES = version.texi
|
||||
CODING-STANDARDS_TEXT_MAIN = coding-standards.texi
|
||||
CODING-STANDARDS_DOC_INSTALL_DIR = Developer/CodingStandards
|
||||
|
||||
README_TEXI_FILES = version.tmpl.texi
|
||||
README_TEXT_MAIN = readme.tmpl.texi
|
||||
README_TEXI_FILES = version.texi
|
||||
README_TEXT_MAIN = readme.texi
|
||||
README_DOC_INSTALL_DIR = Developer/Base/ReleaseNotes/$(VERSION)
|
||||
|
||||
ANNOUNCE_TEXI_FILES = version.tmpl.texi
|
||||
ANNOUNCE_TEXT_MAIN = announce.tmpl.texi
|
||||
ANNOUNCE_TEXI_FILES = version.texi
|
||||
ANNOUNCE_TEXT_MAIN = announce.texi
|
||||
ANNOUNCE_DOC_INSTALL_DIR = Developer/Base/ReleaseNotes/$(VERSION)
|
||||
|
||||
STATUS_TEXI_FILES = version.tmpl.texi
|
||||
STATUS_TEXT_MAIN = status.tmpl.texi
|
||||
STATUS_TEXI_FILES = version.texi
|
||||
STATUS_TEXT_MAIN = status.texi
|
||||
STATUS_DOC_INSTALL_DIR = Developer/Base/ReleaseNotes/$(VERSION)
|
||||
|
||||
-include Makefile.preamble
|
||||
|
|
|
@ -71,27 +71,26 @@
|
|||
# Things to do after checking
|
||||
# after-check::
|
||||
|
||||
version.tmpl.texi: ../Version
|
||||
rm -f version.tmpl.texi
|
||||
version.texi: ../Version
|
||||
rm -f version.texi
|
||||
echo '@set GNUSTEP-BASE-VERSION' $(GNUSTEP_BASE_VERSION) \
|
||||
> version.tmpl.texi
|
||||
> version.texi
|
||||
echo '@set GCC-VERSION $(GCC_VERSION)' \
|
||||
>> version.tmpl.texi
|
||||
>> version.texi
|
||||
if [ $(GNUSTEP_BASE_FTP_MACHINE) ]; then \
|
||||
echo '@set GNUSTEP-BASE-FTP-MACHINE $(GNUSTEP_BASE_FTP_MACHINE)' \
|
||||
>> version.tmpl.texi; fi
|
||||
>> version.texi; fi
|
||||
if [ $(GNUSTEP_BASE_FTP_DIRECTORY) ]; then \
|
||||
echo '@set GNUSTEP-BASE-FTP-DIRECTORY $(GNUSTEP_BASE_FTP_DIRECTORY)' \
|
||||
>> version.tmpl.texi; fi
|
||||
>> version.texi; fi
|
||||
if [ $(GNUSTEP_BASE_SNAP_FTP_MACHINE) ]; then \
|
||||
echo '@set GNUSTEP-BASE-SNAP-FTP-MACHINE \
|
||||
$(GNUSTEP_BASE_SNAP_FTP_MACHINE)' \
|
||||
>> version.tmpl.texi; fi
|
||||
>> version.texi; fi
|
||||
if [ $(GNUSTEP_BASE_SNAP_FTP_DIRECTORY) ]; then \
|
||||
echo '@set GNUSTEP-BASE-SNAP-FTP-DIRECTORY \
|
||||
$(GNUSTEP_BASE_SNAP_FTP_DIRECTORY)' \
|
||||
>> version.tmpl.texi; fi
|
||||
cp version.tmpl.texi version.texi
|
||||
>> version.texi; fi
|
||||
|
||||
regenerate: $(DOCUMENT_TEXT_NAME)
|
||||
mv $(TOP_DOC_FILES) ..
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
@c set the vars GNUSTEP-BASE-VERSION and GNUSTEP-BASE-GCC-VERSION
|
||||
@ifclear GSTEP-BASE-MAIN
|
||||
@include version.tmpl.texi
|
||||
@include version.texi
|
||||
@end ifclear
|
||||
|
||||
The GNUstep Base Library, version @value{GNUSTEP-BASE-VERSION}, is now
|
|
@ -20,7 +20,7 @@ END-INFO-DIR-ENTRY
|
|||
@end ifinfo
|
||||
|
||||
@c set the vars GNUSTEP-BASE-VERSION and GCC-VERSION
|
||||
@include version.tmpl.texi
|
||||
@include version.texi
|
||||
|
||||
@ifinfo
|
||||
This file documents the features and implementation of The GNUstep
|
|
@ -3,7 +3,7 @@
|
|||
@c data files, please ignore the references to them below.
|
||||
|
||||
@c set the vars GNUSTEP_BASE_VERSION and GNUSTEP_BASE_GCC_VERSION
|
||||
@include version.tmpl.texi
|
||||
@include version.texi
|
||||
|
||||
@ifset TEXT_ONLY
|
||||
This file documents the installation of the GNUstep Base Library,
|
|
@ -20,7 +20,7 @@ END-INFO-DIR-ENTRY
|
|||
@end ifinfo
|
||||
|
||||
@c set the vars GNUSTEP-BASE-VERSION and GCC-VERSION
|
||||
@include version.tmpl.texi
|
||||
@include version.texi
|
||||
|
||||
@ifinfo
|
||||
This file documents the features and implementation of The GNU
|
|
@ -1,5 +1,5 @@
|
|||
@ifclear GSTEP-BASE-MAIN
|
||||
@include version.tmpl.texi
|
||||
@include version.texi
|
||||
@end ifclear
|
||||
|
||||
@chapter News
|
|
@ -1,7 +1,7 @@
|
|||
@chapter Readme
|
||||
|
||||
@c set the vars GNUSTEP-BASE-VERSION and GCC-VERSION
|
||||
@include version.tmpl.texi
|
||||
@include version.texi
|
||||
|
||||
@include base-desc.texi
|
||||
|
Loading…
Reference in a new issue