Fix build after removing stale files
mbrukman opened this issue · comments
Misha Brukman commented
Turns out that the stale docs files removed in PR #50 are actually involved in the build, and without them, the build breaks: https://travis-ci.org/google/cmockery/builds/500010453 which ends with:
gcc -g -O2 -o .libs/run_tests run_tests-run_tests.o ./.libs/libcmockery.so
creating run_tests
make: *** No rule to make target 'doc/index.html', needed by 'all-am'. Stop.
The command "./configure && make" exited with 2.
Misha Brukman commented
This issue is fixed now that PR #58 was merged.