* Makefile.am (cvs-dist): our release tags are in lower case
(cvs-diff): ditto
(EXTRA_DIST): added README-alpha
- (DIST_SUBDIRS): added depdemo
* README-alpha: minor adaptations
* demo/Makefile.am, mdemo/Makefile.am, depdemo/Makefile.am:
removed comment about special needs for distribution
## Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
AUTOMAKE_OPTIONS = gnits
SUBDIRS = doc tests libltdl
-DIST_SUBDIRS = $(SUBDIRS) demo depdemo mdemo
+DIST_SUBDIRS = $(SUBDIRS) demo mdemo
# We need to export these variables when we run ltconfig.
CFLAGS = @CFLAGS@
$(srcdir)/acinclude.m4 \
$(srcdir)/libltdl/acinclude.m4 \
$(srcdir)/demo/acinclude.m4 \
- $(srcdir)/depdemo/acinclude.m4 \
$(srcdir)/mdemo/acinclude.m4
# All our rules should depend on these demo files.