From: brarcher Date: Thu, 12 Mar 2015 02:50:43 +0000 (+0000) Subject: Do not remove check.info during 'clean' target X-Git-Tag: 0.10.0~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea8302bd2596eac37021c519bb5c4c220d886d73;p=check Do not remove check.info during 'clean' target It was observed that if one does not have texinfo installed and invoked "make clean" then a subsequent build will fail because the docs cannot be built. The issue is that "make clean" will remove check.info and require it be rebuilt. git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1198 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 747d7c7..1a58ffa 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -111,7 +111,7 @@ example_cmake = example/CMakeLists.txt \ ## what to clean -CLEANFILES = check.info *~ *.diff +CLEANFILES = *~ *.diff clean-local: rm -rf check_html