doxygen: Remove the tag file on uninstall as well

Hopefully last patch:

ERROR: files left in build directory after distclean:
./doc/libosmocore.tag
./doc/libosmovty.tag
./doc/libosmogsm.tag
./doc/libosmocodec.tag
Makefile:800: recipe for target 'distcleancheck' failed
This commit is contained in:
Holger Hans Peter Freyther 2016-04-24 20:56:55 +02:00
parent c63ed3f7c6
commit 7d004a1d69
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ install-data-hook:
uninstall-hook: uninstall-hook:
cd $(DESTDIR)$(htmldir) && rm -rf {core,gsm,vty,codec} cd $(DESTDIR)$(htmldir) && rm -rf {core,gsm,vty,codec}
DX_CLEAN = doc/{core,gsm,vty,codec}/html/search/* doc/{core,gsm,vty,codec}/{html,latex}/* doc/html.tar doc/{core,gsm,vty,codec}/doxygen_sqlite3.db DX_CLEAN = doc/{core,gsm,vty,codec}/html/search/* doc/{core,gsm,vty,codec}/{html,latex}/* doc/html.tar doc/{core,gsm,vty,codec}/doxygen_sqlite3.db doc/*.tag
endif endif
MOSTLYCLEANFILES = $(DX_CLEAN) MOSTLYCLEANFILES = $(DX_CLEAN)