Make sure 'make distclean' works for doxygen

This commit is contained in:
Harald Welte 2011-08-20 13:00:37 +02:00
parent c7859edf51
commit 47945f0a8b
1 changed files with 3 additions and 0 deletions

View File

@ -55,4 +55,7 @@ install-data-hook:
uninstall-hook:
cd $(DESTDIR)$(doc_htmldir) && rm -rf {core,gsm,vty,codec}
DX_CLEAN = doc/{core,gsm,vty,codec}/{html,latex}/* doc/html.tar
endif
MOSTLYCLEANFILES = $(DX_CLEAN)