adjusted names in Makefile to new structure

This commit is contained in:
interp 2002-05-30 14:05:52 +00:00
parent a8a06a1337
commit cacca61a29
1 changed files with 11 additions and 6 deletions

View File

@ -4,18 +4,17 @@ version_id = 1.0
TEMPDIR = /tmp
sunet_files = ChangeLog \
Readme \
sunet_files = Readme \
cgi-script.scm \
cgi-server.scm \
conditionals.scm \
crlf-io.scm \
htmlout.scm \
http-top.scm \
httpd-access-control.scm \
httpd-core.scm \
httpd-error.scm \
httpd-handlers.scm \
httpd/access-control.scm \
httpd/core.scm \
httpd/error.scm \
httpd/handlers.scm \
info-gateway.scm \
rman-gateway.scm \
modules.scm \
@ -32,6 +31,7 @@ sunet_files = ChangeLog \
uri.scm \
url.scm
sunet-$(version_id).tar.gz: $(sunet_files)
sunet_root=`pwd`; \
mkdir $(TEMPDIR)/sunet-$(version_id); \
@ -40,3 +40,8 @@ sunet-$(version_id).tar.gz: $(sunet_files)
tar czf sunet-$(version_id).tar.gz sunet-$(version_id); \
mv sunet-$(version_id).tar.gz $$sunet_root; \
rm -rf sunet-$(version_id)
.PHONY: tags
tags:
find -name "*.scm" | etags -