mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +00:00
Correct copy-dist problems
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2530 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
86a7ea4aeb
commit
32479bda80
4 changed files with 13 additions and 5 deletions
|
@ -1,3 +1,9 @@
|
|||
Mon Oct 20 09:51:53 1997 Adam Fedor <fedor@doc.com>
|
||||
|
||||
* Version: Update ftp sites.
|
||||
* NSCharacterSets/Makefile.postamble (copy-dist): Correct copy.
|
||||
* NSTimeZones/Makefile.postamble (copy-dist): Correct dist files.
|
||||
|
||||
Sat Oct 18 12:27:56 1997 Scott Christley <scottc@net-community.com>
|
||||
|
||||
* Get NSTimeZone to work in GNUstep directory structure.
|
||||
|
|
|
@ -80,4 +80,6 @@ after-uninstall::
|
|||
|
||||
copy-dist: $(DIST_FILES)
|
||||
mkdir ../snap/NSCharacterSets
|
||||
ln $(DIST_FILES) ../snap/NSCharacterSets
|
||||
for file in $(DIST_FILES); do \
|
||||
ln $$file ../snap/NSCharacterSets/$$file ; \
|
||||
done
|
||||
|
|
|
@ -79,6 +79,6 @@ after-uninstall::
|
|||
|
||||
copy-dist: $(DIST_FILES)
|
||||
mkdir ../snap/NSTimeZones
|
||||
for file in $(INSTALL_FILES); do \
|
||||
for file in $(DIST_FILES); do \
|
||||
ln $$file ../snap/NSTimeZones/$$file ; \
|
||||
done
|
||||
|
|
6
Version
6
Version
|
@ -9,8 +9,8 @@ MINOR_VERSION=2
|
|||
SUBMINOR_VERSION=12
|
||||
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
|
||||
|
||||
#FTP_MACHINE=prep.ai.mit.edu
|
||||
#FTP_MACHINE=ftp.gnu.org
|
||||
#FTP_DIRECTORY=pub/gnu
|
||||
FTP_MACHINE=alpha.gnu.ai.mit.edu
|
||||
FTP_DIRECTORY=gnu
|
||||
FTP_MACHINE=alpha.gnu.org
|
||||
FTP_DIRECTORY=gnu/gnustep
|
||||
|
||||
|
|
Loading…
Reference in a new issue