diff --git a/ChangeLog b/ChangeLog index 714db1d90..9e259173b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Oct 20 09:51:53 1997 Adam Fedor + + * 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 * Get NSTimeZone to work in GNUstep directory structure. diff --git a/NSCharacterSets/Makefile.postamble b/NSCharacterSets/Makefile.postamble index b0550a98e..1820f148f 100644 --- a/NSCharacterSets/Makefile.postamble +++ b/NSCharacterSets/Makefile.postamble @@ -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 diff --git a/NSTimeZones/Makefile.postamble b/NSTimeZones/Makefile.postamble index 6111ed4fd..36254a421 100644 --- a/NSTimeZones/Makefile.postamble +++ b/NSTimeZones/Makefile.postamble @@ -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 diff --git a/Version b/Version index 1fafaa946..7bb1c2a26 100644 --- a/Version +++ b/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