]> granicus.if.org Git - check/commitdiff
Do not remove check.info during 'clean' target
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Thu, 12 Mar 2015 02:50:43 +0000 (02:50 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Thu, 12 Mar 2015 02:50:43 +0000 (02:50 +0000)
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

doc/Makefile.am

index 747d7c7e29744427192f5fcb1a48f5b93725c6b1..1a58ffa03f4e7599a07a3c44db0c8557a4b58145 100644 (file)
@@ -111,7 +111,7 @@ example_cmake = example/CMakeLists.txt \
 
 ## what to clean
 
-CLEANFILES = check.info *~ *.diff
+CLEANFILES = *~ *.diff
 
 clean-local:
        rm -rf check_html