diff options
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c897f96b..dc9dc371 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,7 +50,7 @@ install-data-hook: uninstall-hook: cd $(DESTDIR)$(htmldir) && rm -rf {core,gsm,vty,codec} -DX_CLEAN = doc/{core,gsm,vty,codec}/{html,latex}/* doc/html.tar +DX_CLEAN = doc/{core,gsm,vty,codec}/{html,latex}/* doc/html.tar doc/{core,gsm,vty,codec}/doxygen_sqlite3.db endif MOSTLYCLEANFILES = $(DX_CLEAN) |