X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=Makefile.in;h=4293c578381123377e031f9e6aa9b42b72bc8167;hb=1907f35d3370f971df16e40dec4135110386a84c;hp=ca1af2538758a7452e27723c645cc640b77d4c4f;hpb=fcb91277669e09f72fd13e9c6cfbb8641ed6f23d;p=gnushogi.git diff --git a/Makefile.in b/Makefile.in index ca1af25..4293c57 100644 --- a/Makefile.in +++ b/Makefile.in @@ -3,6 +3,7 @@ # # Copyright (c) 1993, 1994 Matthias Mutz # Copyright (c) 1998, 1999 Michael Vanier and the Free Software Foundation +# Copyright (c) 2008, 2013, 2014 Yann Dirson and the Free Software Foundation # # GNU Shogi is based on GNU Chess # Copyright (c) 1992 Free Software Foundation @@ -123,7 +124,7 @@ DISTCLEANFILES = \ distclean: clean rm -rf $(DISTCLEANFILES) - find -name '*~' | xargs rm + find -name '*~' | xargs rm -f cd $(BUILDROOT)/doc && $(MAKE) distclean #