mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-17 02:34:36 +00:00
Remove the sample directory; it is no longer used.
This commit is contained in:
parent
749b7fb3a1
commit
bea3e90921
2 changed files with 2 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue