forked from sdr/libosmo-dsp
doxygen: Attempt to fix make distcheck on Debian 8.0
ERROR: files left in build directory after distclean: ./doc/doxygen_sqlite3.db Makefile:756: recipe for target 'distcleancheck' failed make[1]: *** [distcleancheck] Error 1master
parent
db3c466928
commit
c3eabba5d2
|
@ -32,7 +32,7 @@ install-data-hook:
|
|||
uninstall-hook:
|
||||
rm -rf $(DESTDIR)$(htmldir)
|
||||
|
||||
DX_CLEAN = doc/html/search/* doc/{html,latex}/* doc/html.tar doc/*.tag
|
||||
DX_CLEAN = doc/html/search/* doc/{html,latex}/* doc/html.tar doc/*.tag doc/doxygen_sqlite3.db
|
||||
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue