Don't put install-lib files into the tarball.
This commit is contained in:
parent
079d184b57
commit
f105fec02e
5
Makefile
5
Makefile
|
@ -6,9 +6,8 @@ distname = sunet-$(version_id)
|
|||
|
||||
distdir = /tmp
|
||||
|
||||
DISTFILES = COPYING README RELEASE \
|
||||
pkg-def.scm install-lib-module.scm install-lib.scm install-pkg \
|
||||
Makefile scheme/packages.scm \
|
||||
DISTFILES = COPYING README RELEASE pkg-def.scm Makefile \
|
||||
scheme/packages.scm \
|
||||
start-web-server start-extended-web-server start-surflet-server \
|
||||
scheme/httpd/*.scm scheme/httpd/surflets/*.scm \
|
||||
scheme/ftpd/*.scm scheme/lib/*.scm \
|
||||
|
|
Loading…
Reference in New Issue