Remove the sample directory; it is no longer used.

This commit is contained in:
Fred L. Drake, Jr. 2001-07-26 21:57:57 +00:00
parent 749b7fb3a1
commit bea3e90921
2 changed files with 2 additions and 5 deletions

View file

@ -76,7 +76,7 @@ PACKAGE = @PACKAGE@
RANLIB = @RANLIB@
VERSION = @VERSION@
SUBDIRS = lib examples sample xmlwf
SUBDIRS = lib examples xmlwf
INSTALLSUBDIRS = lib xmlwf
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
CONFIG_HEADERS = config.h
@ -121,7 +121,7 @@ distclean:
(cd $$dir && $(MAKE) distclean); \
done
rm -f config.h config.status config.log config.cache libtool
rm -f Makefile examples/Makefile xmlwf/Makefile sample/Makefile
rm -f Makefile examples/Makefile xmlwf/Makefile
extraclean: distclean
rm -f aclocal.m4 config.h.in configure

View file

@ -105,9 +105,6 @@ OUTPUT="Makefile lib/Makefile lib/expat.h"
if test -d ${srcdir}/xmlwf; then
OUTPUT="$OUTPUT xmlwf/Makefile"
fi
if test -d ${srcdir}/sample; then
OUTPUT="$OUTPUT sample/Makefile"
fi
if test -d ${srcdir}/examples; then
OUTPUT="$OUTPUT examples/Makefile"
fi