Update of /cvsroot/foo/foo/elkfoo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1576
Modified Files:
Makefile.am
Log Message:
remove autotools from DIST_SUBDIRS in order to make 'make dist' shut up. added example .foo files to dist files
Index: Makefile.am
===================================================================
RCS file: /cvsroot/foo/foo/elkfoo/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile.am 12 Aug 2004 23:15:37 -0000 1.3
--- Makefile.am 12 Aug 2004 23:43:49 -0000 1.4
***************
*** 7,11 ****
SUBDIRS = include src scm examples
! DIST_SUBDIRS = $(SUBDIRS) autotools m4
EXTRA_DIST = \
--- 7,11 ----
SUBDIRS = include src scm examples
! DIST_SUBDIRS = $(SUBDIRS) m4
EXTRA_DIST = \
|