- Make ``make distclean'' to complete cleanly when directory doc/API doesn't exists.

git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@256 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-01-29 15:34:22 +00:00
parent b2796c6c14
commit de0401e7ac
1 changed files with 1 additions and 1 deletions

View File

@ -39,6 +39,6 @@ dist-hook : apidox
cp -Rp './API' '$(distdir)/API'
distclean-local :
test -d './API' && rm -rf './API'
if test -d './API'; then rm -rf './API'; fi
MAINTAINERCLEANFILES = API