Snapshots and releases work again.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2457 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 1997-09-27 15:26:51 +00:00
parent 1e4f967138
commit 516ad3fad5
15 changed files with 411 additions and 74 deletions

View file

@ -31,7 +31,7 @@ example.patch \
volunteers \
tasks
RCS_FILES = Makefile
RCS_FILES = Makefile Makefile.postamble
DIST_FILES = $(RCS_FILES) $(ADMIN_FILES)
-include Makefile.preamble

View file

@ -77,7 +77,7 @@ tasks: ../doc/todo.texi
cp ../doc/TODO ./tasks
copy-dist: $(DIST_FILES)
mkdir $(srcdir)/../snap/admin
mkdir ../snap/admin
for f in $(DIST_FILES); do \
cp $$f $(srcdir)/../snap/admin ; \
cp $$f ../snap/admin ; \
done