mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 19:51:00 +00:00
Remove use of tmpl.texi files
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@8067 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4401682e74
commit
6b13481413
6 changed files with 10 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
|||
2000-11-06 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Documenation: Remove use of tmpl texi files
|
||||
|
||||
Fri Feb 25 16:31:00 2000 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
* Gorm.m: Fix a few window deallocation problems.
|
||||
|
|
|
@ -11,14 +11,16 @@ DOCUMENT_NAME = Gorm
|
|||
DOCUMENT_TEXT_NAME = README NEWS INSTALL
|
||||
|
||||
# The texinfo source files to be used
|
||||
Gorm_TEXI_FILES = install.tmpl.texi news.tmpl.texi Gorm
|
||||
Gorm_TEXI_FILES = install.texi news.texi Gorm.texi
|
||||
|
||||
README_TEXI_FILES = version.texi
|
||||
README_TEXT_MAIN = readme.tmpl.texi
|
||||
README_TEXT_MAIN = readme.texi
|
||||
|
||||
INSTALL_TEXT_MAIN = install.tmpl.texi
|
||||
INSTALL_TEXI_FILES = version.texi
|
||||
INSTALL_TEXT_MAIN = install.texi
|
||||
|
||||
NEWS_TEXT_MAIN = news.tmpl.texi
|
||||
NEWS_TEXI_FILES = version.texi
|
||||
NEWS_TEXT_MAIN = news.texi
|
||||
|
||||
-include Makefile.preamble
|
||||
|
||||
|
|
Loading…
Reference in a new issue