mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
* Documentation/GNUmakefile: Install README.* docs
* Documentation/machines.texi: Typo. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@20639 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4375f15161
commit
0d91ff7f6e
3 changed files with 13 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-01-31 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Documentation/GNUmakefile: Install README.* docs
|
||||
* Documentation/machines.texi: Typo.
|
||||
|
||||
2005-01-14 Armando Di Cianno <fafhrd@gentoo.org>
|
||||
|
||||
* GNUstep-reset.sh (reset-path): Add new argument with a path
|
||||
|
|
|
@ -68,6 +68,9 @@ DOCUMENT_NAME = gnustep-howto faq filesystem internals machines make userfaq
|
|||
DOCUMENT_TEXT_NAME = FAQ INSTALL README NEWS GNUstep-HOWTO ANNOUNCE
|
||||
|
||||
TOP_DOC_FILES = FAQ INSTALL README NEWS GNUstep-HOWTO ANNOUNCE
|
||||
README_FILES = README.Darwin README.MinGWOnCygwin README.Cygwin \
|
||||
README.MinGW README.NetBSD
|
||||
|
||||
|
||||
GNUstep-HOWTO_TEXI_FILES = version.texi
|
||||
GNUstep-HOWTO_TEXT_MAIN = gnustep-howto.texi
|
||||
|
@ -146,8 +149,11 @@ version.texi: ../Version
|
|||
> version.texi
|
||||
|
||||
# Install manually man pages
|
||||
after-install:: $(GNUSTEP_DOCUMENTATION)/Developer/Make/Manual
|
||||
after-install:: $(GNUSTEP_DOCUMENTATION)/Developer/Make/Manual $(GNUSTEP_DOCUMENTATION)/User/GNUstep
|
||||
$(INSTALL_DATA) DESIGN $(GNUSTEP_DOCUMENTATION)/Developer/Make/Manual
|
||||
for file in $(README_FILES); do \
|
||||
$(INSTALL_DATA) $$file $(GNUSTEP_DOCUMENTATION)/User/GNUstep/$$file; \
|
||||
done;
|
||||
if [ ! -f $(GNUSTEP_DOCUMENTATION_MAN) ]; then \
|
||||
$(MKDIRS) $(GNUSTEP_DOCUMENTATION_MAN); \
|
||||
fi; \
|
||||
|
|
|
@ -138,7 +138,7 @@ This section is for building the complete GNUstep system.
|
|||
This system will not interact at all with Mac OS X/Cocoa. It uses different
|
||||
complilers, different display systems, etc. For building GNUstep extensions
|
||||
to be used with Mac OS X (for instance, if you want to build something based
|
||||
on GNUstep, such as GSWeb or GNUMail, see the MacOSX/PowerPC section).
|
||||
on GNUstep, such as GSWeb or GNUMail), see the MacOSX/PowerPC section.
|
||||
|
||||
Currently tested on Darwin 6.x, 7.x
|
||||
|
||||
|
|
Loading…
Reference in a new issue