real cleanup via MAINTAINERCLEANFILES. include depcomp in distribution.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1270 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aj 2003-07-17 11:04:25 +00:00
parent 83d17988d7
commit 049246f234
2 changed files with 7 additions and 3 deletions

View File

@ -2,8 +2,12 @@
SUBDIRS = . aclocal docs etc src win32
EXTRA_DIST = CodingStyle bootstrap Makefile.mak
EXTRA_DIST = CodingStyle bootstrap Makefile.mak depcomp
MAINTAINERCLEANFILES = Makefile.in config.h.in configure \
install-sh ltmain.sh missing mkinstalldirs \
compile depcomp config.log config.status \
config.guess config.sub
MAINTAINERCLEANFILES = Makefile.in config.h.in configure
DEPCLEANFILES = config.log configure

View File

@ -5,6 +5,6 @@ set -x
if test -f Makefile; then
make distclean
fi
rm -rf *.cache *.status *.guess *.sub *.log *.m4 ltmain.sh depcomp
rm -rf *.cache *.status *.guess *.sub *.log *.m4
cat aclocal/*.m4 > acinclude.m4
autoreconf --verbose --install