mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fix DIST_FILES
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2531 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
182892a752
commit
e7936968ff
3 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
|||
Mon Oct 20 09:51:53 1997 Adam Fedor <fedor@doc.com>
|
||||
|
||||
* Version: Update ftp sites.
|
||||
* NSCharacterSets/Makefile (DIST_FILES): Remove Makefile.preamble.
|
||||
* NSTimeZones/Makefile (DIST_FILES): Likewise.
|
||||
* NSCharacterSets/Makefile.postamble (copy-dist): Correct copy.
|
||||
* NSTimeZones/Makefile.postamble (copy-dist): Correct dist files.
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ uppercaseCharSet.dat \
|
|||
whitespaceCharSet.dat \
|
||||
whitespaceandnlCharSet.dat
|
||||
|
||||
RCS_FILES = Makefile Makefile.preamble Makefile.postamble
|
||||
RCS_FILES = Makefile Makefile.postamble
|
||||
DIST_FILES = $(RCS_FILES) $(CHARSET_FILES) README.CharSet
|
||||
INSTALL_FILES = $(CHARSET_FILES) README.CharSet
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ resourcedir = $(GNUSTEP_RESOURCES)/gnustep
|
|||
TIMEZONE_ARCHIVE = \
|
||||
NSTimeZones.tar
|
||||
|
||||
DIST_FILES = Makefile Makefile.preamble $(TIMEZONE_ARCHIVE)
|
||||
DIST_FILES = Makefile $(TIMEZONE_ARCHIVE)
|
||||
|
||||
-include Makefile.preamble
|
||||
|
||||
|
|
Loading…
Reference in a new issue