Update of /cvsroot/foo/foo/elkfoo/scm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21817/scm
Modified Files:
Makefile.am
Log Message:
added EXTRA_DIST variables in order to include scheme files in dist tarball
Index: Makefile.am
===================================================================
RCS file: /cvsroot/foo/foo/elkfoo/scm/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Makefile.am 7 Aug 2004 22:53:00 -0000 1.2
--- Makefile.am 8 Aug 2004 00:33:21 -0000 1.3
***************
*** 8,15 ****
SUBDIRS = kernel tools control
! pkgdata_DATA = $(FOO_FILES)
FOO_FILES = \
- toplevel.foo \
next-compat.foo \
oops-patch.scm \
--- 8,16 ----
SUBDIRS = kernel tools control
! EXTRA_DIST = $(FOO_FILES) toplevel.foo.in
!
! pkgdata_DATA = $(FOO_FILES) toplevel.foo
FOO_FILES = \
next-compat.foo \
oops-patch.scm \
***************
*** 28,33 ****
mv toplevel.foo.tmp toplevel.foo
- EXTRA_DIST = toplevel.foo.in
-
CLEANFILES = \
toplevel.foo \
--- 29,32 ----
|